Class ActiveGitBranchesParameterValue

java.lang.Object
hudson.model.ParameterValue
hudson.model.StringParameterValue
io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterValue
All Implemented Interfaces:
Serializable

public class ActiveGitBranchesParameterValue extends StringParameterValue
Parameter value for Active Git Branches parameter. Extends StringParameterValue to store the selected branch name.
See Also:
  • Constructor Details

    • ActiveGitBranchesParameterValue

      @DataBoundConstructor public ActiveGitBranchesParameterValue(String name, String value)
    • ActiveGitBranchesParameterValue

      public ActiveGitBranchesParameterValue(String name, String value, String description)
  • Method Details