Package hudson.scm

Class CvsRepositoryLocation.TagRepositoryLocation

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

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

    • TagRepositoryLocation

      @DataBoundConstructor public TagRepositoryLocation(String tagName, boolean useHeadIfNotFound)
  • Method Details

    • getTagName

      @Exported public String getTagName()
    • isUseHeadIfTagNotFound

      @Exported public boolean isUseHeadIfTagNotFound()