Package hudson.scm
Class CvsModuleLocation.BranchModuleLocation
java.lang.Object
hudson.scm.CvsModuleLocation
hudson.scm.CvsModuleLocation.BranchModuleLocation
- All Implemented Interfaces:
ExtensionPoint,Describable<CvsModuleLocation>,Serializable
- Enclosing class:
- CvsModuleLocation
Deprecated.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.Nested classes/interfaces inherited from class hudson.scm.CvsModuleLocation
CvsModuleLocation.BranchModuleLocation, CvsModuleLocation.CvsModuleLocationDescriptor, CvsModuleLocation.HeadModuleLocation, CvsModuleLocation.TagModuleLocationNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
ConstructorsConstructorDescriptionBranchModuleLocation(String branchName, boolean useHeadIfNotFound) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.booleanDeprecated.Methods inherited from class hudson.scm.CvsModuleLocation
equals, getDescriptor, getLocationName, getLocationType, hashCode, isUseHeadIfNotFound
-
Constructor Details
-
BranchModuleLocation
Deprecated.
-
-
Method Details
-
getBranchName
Deprecated. -
isUseHeadIfBranchNotFound
@Exported public boolean isUseHeadIfBranchNotFound()Deprecated.
-