Package hudson.scm

Class CvsRepositoryLocation.BranchRepositoryLocation

java.lang.Object
hudson.scm.CvsRepositoryLocation
hudson.scm.CvsRepositoryLocation.BranchRepositoryLocation
All Implemented Interfaces:
ExtensionPoint, Describable<CvsRepositoryLocation>, Serializable
Enclosing class:
CvsRepositoryLocation

public static class CvsRepositoryLocation.BranchRepositoryLocation extends CvsRepositoryLocation
See Also:
  • Constructor Details

    • BranchRepositoryLocation

      @DataBoundConstructor public BranchRepositoryLocation(String branchName, boolean useHeadIfNotFound)
  • Method Details

    • getBranchName

      @Exported public String getBranchName()
    • isUseHeadIfBranchNotFound

      @Exported public boolean isUseHeadIfBranchNotFound()