Package hudson.scm

Class 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
    • 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