public abstract class CvsRepositoryLocation extends Object implements Describable<CvsRepositoryLocation>, ExtensionPoint, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
CvsRepositoryLocation.BranchRepositoryLocation |
static class |
CvsRepositoryLocation.CvsRepositoryLocationDescriptor |
static class |
CvsRepositoryLocation.HeadRepositoryLocation |
static class |
CvsRepositoryLocation.TagRepositoryLocation |
ExtensionPoint.LegacyInstancesAreScopedToHudson
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Descriptor<CvsRepositoryLocation> |
getDescriptor() |
String |
getLocationName() |
CvsRepositoryLocationType |
getLocationType() |
int |
hashCode() |
boolean |
isUseHeadIfNotFound() |
@Exported public CvsRepositoryLocationType getLocationType()
@Exported public String getLocationName()
@Exported public boolean isUseHeadIfNotFound()
public Descriptor<CvsRepositoryLocation> getDescriptor()
getDescriptor
in interface Describable<CvsRepositoryLocation>
Copyright © 2016–2022. All rights reserved.