Package hudson.scm
Class CvsModuleLocation
java.lang.Object
hudson.scm.CvsModuleLocation
- All Implemented Interfaces:
ExtensionPoint
,Describable<CvsModuleLocation>
,Serializable
- Direct Known Subclasses:
CvsModuleLocation.BranchModuleLocation
,CvsModuleLocation.HeadModuleLocation
,CvsModuleLocation.TagModuleLocation
@Deprecated
public abstract class CvsModuleLocation
extends Object
implements Describable<CvsModuleLocation>, ExtensionPoint, Serializable
Deprecated.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
Deprecated.static class
Deprecated.static class
Deprecated.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.Deprecated.Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
Deprecated.
-
Method Details
-
getLocationType
Deprecated. -
getLocationName
Deprecated. -
isUseHeadIfNotFound
@Exported public boolean isUseHeadIfNotFound()Deprecated. -
getDescriptor
Deprecated.- Specified by:
getDescriptor
in interfaceDescribable<CvsModuleLocation>
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated.
-