hudson.scm
Class EditType
java.lang.Object
hudson.scm.EditType
- All Implemented Interfaces:
- org.kohsuke.stapler.export.CustomExportedBean
public final class EditType
- extends Object
- implements org.kohsuke.stapler.export.CustomExportedBean
Designates the SCM operation.
- Author:
- Kohsuke Kawaguchi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADD
public static final EditType ADD
EDIT
public static final EditType EDIT
DELETE
public static final EditType DELETE
ALL
public static final List<EditType> ALL
EditType
public EditType(String name,
String description)
getName
public String getName()
getDescription
public String getDescription()
toExportedObject
public String toExportedObject()
- Specified by:
toExportedObject
in interface org.kohsuke.stapler.export.CustomExportedBean
Copyright © 2004-2013. All Rights Reserved.