Package 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
  • Field Details

  • Constructor Details

    • EditType

      public EditType(String name, String description)
  • Method Details

    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • toExportedObject

      public String toExportedObject()
      Specified by:
      toExportedObject in interface org.kohsuke.stapler.export.CustomExportedBean