hudson.scm
Class EditType

java.lang.Object
  extended by 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

Field Summary
static EditType ADD
           
static List<EditType> ALL
           
static EditType DELETE
           
static EditType EDIT
           
 
Constructor Summary
EditType(String name, String description)
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String toExportedObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EditType

public EditType(String name,
                String description)
Method Detail

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.