Class ActiveGitBranchesParameterDefinition.BranchInfo

java.lang.Object
io.jenkins.plugins.activegitbranches.ActiveGitBranchesParameterDefinition.BranchInfo
Enclosing class:
ActiveGitBranchesParameterDefinition

public static class ActiveGitBranchesParameterDefinition.BranchInfo extends Object
Branch information holder. Kept as a JavaBean (not a record) because index.jelly reads branch.name / branch.disabled.
  • Constructor Details

    • BranchInfo

      public BranchInfo(String name, long commitTime)
    • BranchInfo

      public BranchInfo(String name, long commitTime, boolean disabled)
  • Method Details

    • getName

      public String getName()
    • getCommitTime

      public long getCommitTime()
    • isDisabled

      public boolean isDisabled()