Class ManualVersionEntry

All Implemented Interfaces:
Describable<SelectEntry>

public class ManualVersionEntry extends SelectEntry
Implementation of the Custom Versioning method, providing the text as input
  • Constructor Details

    • ManualVersionEntry

      @DataBoundConstructor public ManualVersionEntry(String version)
      Custom Version as text
      Parameters:
      version - Custom version value
  • Method Details

    • getVersion

      public String getVersion()
      Getter for the text
      Returns:
      String custom version
    • validateParameters

      public boolean validateParameters()
      Specified by:
      validateParameters in class SelectEntry