Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V _ 

A

AbstractCvs - Class in hudson.scm
 
AbstractCvs() - Constructor for class hudson.scm.AbstractCvs
 
AbstractCvsDescriptor<T extends AbstractCvs> - Class in hudson.scm
 
AbstractCvsDescriptor(Class<? extends RepositoryBrowser<? extends ChangeLogSet.Entry>>) - Constructor for class hudson.scm.AbstractCvsDescriptor
 
addFile(CVSChangeLogSet.File) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 

B

BranchModuleLocation(String, boolean) - Constructor for class hudson.scm.CvsModuleLocation.BranchModuleLocation
Deprecated.
 
BranchModuleLocationDescriptor() - Constructor for class hudson.scm.CvsModuleLocation.BranchModuleLocation.BranchModuleLocationDescriptor
Deprecated.
 
BranchRepositoryLocation(String, boolean) - Constructor for class hudson.scm.CvsRepositoryLocation.BranchRepositoryLocation
 
BranchRepositoryLocationDescriptor() - Constructor for class hudson.scm.CvsRepositoryLocation.BranchRepositoryLocation.BranchRepositoryLocationDescriptor
 
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.scm.CVSSCM
 
buildEnvVars(AbstractBuild<?, ?>, EnvVars) - Method in class hudson.scm.CvsTagsParamValue
 

C

calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.scm.AbstractCvs
Since we add the current SCMRevisionState as an action during the build (so we can get the current workspace state), this method should never be called.
calcRevisionsFromBuild(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class hudson.scm.AbstractCvs
 
calculateChangeLog(Date, Date, CvsRepository, TaskListener, EnvVars, FilePath) - Method in class hudson.scm.AbstractCvs
Builds a list of changes that have occurred in the given repository between any 2 time-stamps.
calculateRepositoryState(Date, Date, CvsRepository, TaskListener, EnvVars, FilePath) - Method in class hudson.scm.AbstractCvs
Builds a list of files that have changed in the given repository between any 2 time-stamps.
canBeMergedWith(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
Checks if two CVSChangeLogSet.CVSChangeLog entries can be merged.
checkout(CvsRepository[], boolean, FilePath, boolean, Run<?, ?>, String, boolean, boolean, TaskListener) - Method in class hudson.scm.AbstractCvs
 
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class hudson.scm.CvsProjectset
 
checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.scm.CvsProjectset
 
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class hudson.scm.CVSSCM
 
checkout(Run<?, ?>, Launcher, FilePath, TaskListener, File, SCMRevisionState) - Method in class hudson.scm.CVSSCM
 
checkTagName(String) - Method in class hudson.scm.cvstagging.CvsTagAction
 
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState, CvsRepository[]) - Method in class hudson.scm.AbstractCvs
 
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.CvsProjectset
 
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.CVSSCM
Checks for differences between the current workspace and the remote repository.
configure(StaplerRequest, JSONObject) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
convertExcludedRegionsToList(String) - Method in class hudson.scm.LegacyConvertor
 
convertLegacyConfigToRepositoryStructure(String, String, String, boolean, String, boolean, CVSRepositoryBrowser) - Method in class hudson.scm.LegacyConvertor
 
convertModulesToList(String) - Method in class hudson.scm.LegacyConvertor
 
createChangeLogParser() - Method in class hudson.scm.AbstractCvs
 
createValue(StaplerRequest) - Method in class hudson.scm.CvsTagsParamDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class hudson.scm.CvsTagsParamDefinition
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class hudson.scm.CvsTagsParamValue
 
CvsAuthentication - Class in hudson.scm
 
CvsAuthentication(String, String, String) - Constructor for class hudson.scm.CvsAuthentication
 
CvsAuthentication.CvsAuthenticationDescriptor - Class in hudson.scm
 
CvsAuthenticationDescriptor() - Constructor for class hudson.scm.CvsAuthentication.CvsAuthenticationDescriptor
 
CVSChangeLog() - Constructor for class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
CVSChangeLogParser - Class in hudson.scm
CVSChangeLogParser() - Constructor for class hudson.scm.CVSChangeLogParser
 
CVSChangeLogSet - Class in hudson.scm
ChangeLogSet for CVS.
CVSChangeLogSet(AbstractBuild<?, ?>, List<CVSChangeLogSet.CVSChangeLog>) - Constructor for class hudson.scm.CVSChangeLogSet
 
CVSChangeLogSet(Run<?, ?>, RepositoryBrowser<?>, List<CVSChangeLogSet.CVSChangeLog>) - Constructor for class hudson.scm.CVSChangeLogSet
 
CVSChangeLogSet.CVSChangeLog - Class in hudson.scm
In-memory representation of CVS Changelog.
CVSChangeLogSet.File - Class in hudson.scm
 
CVSChangeLogSet.Revision - Class in hudson.scm
Represents CVS revision number like "1.5.3.2".
CvsChangeSet - Class in hudson.scm
Used to store a list of changes and a list of files parsed from the output of the CVS rlog command.
CvsChangeSet(List<CvsFile>, List<CVSChangeLogSet.CVSChangeLog>) - Constructor for class hudson.scm.CvsChangeSet
 
CvsChangeSet(List<CvsFile>, List<CVSChangeLogSet.CVSChangeLog>, Set<String>, Set<String>) - Constructor for class hudson.scm.CvsChangeSet
 
CvsFacadeRepositoryBrowser - Class in hudson.scm.browsers
 
CvsFacadeRepositoryBrowser(CVSRepositoryBrowser) - Constructor for class hudson.scm.browsers.CvsFacadeRepositoryBrowser
 
CvsFacadeRepositoryBrowser() - Constructor for class hudson.scm.browsers.CvsFacadeRepositoryBrowser
 
CvsFacadeRepositoryBrowser.CvsFacadeRepositoryBrowserDescriptor - Class in hudson.scm.browsers
 
CvsFacadeRepositoryBrowserDescriptor() - Constructor for class hudson.scm.browsers.CvsFacadeRepositoryBrowser.CvsFacadeRepositoryBrowserDescriptor
 
CvsFile - Class in hudson.scm
 
CvsLog - Class in hudson.scm
Represents raw data produced by "cvs log"/"cvs rlog" and the parse logic to convert it into CVSChangeLogSet
CvsLog() - Constructor for class hudson.scm.CvsLog
 
CvsModule - Class in hudson.scm
 
CvsModule(String, String) - Constructor for class hudson.scm.CvsModule
 
CvsModule(String, String, String) - Constructor for class hudson.scm.CvsModule
 
CvsModule.DescriptorImpl - Class in hudson.scm
 
CvsModuleLocation - Class in hudson.scm
Deprecated.
CvsModuleLocation.BranchModuleLocation - Class in hudson.scm
Deprecated.
CvsModuleLocation.BranchModuleLocation.BranchModuleLocationDescriptor - Class in hudson.scm
Deprecated.
CvsModuleLocation.CvsModuleLocationDescriptor - Class in hudson.scm
Deprecated.
CvsModuleLocation.HeadModuleLocation - Class in hudson.scm
Deprecated.
CvsModuleLocation.HeadModuleLocation.HeadModuleLocationDescriptor - Class in hudson.scm
Deprecated.
CvsModuleLocation.TagModuleLocation - Class in hudson.scm
Deprecated.
CvsModuleLocation.TagModuleLocation.TagModuleLocationDescriptor - Class in hudson.scm
Deprecated.
CvsModuleLocationDescriptor(Class<? extends CvsModuleLocation>, String) - Constructor for class hudson.scm.CvsModuleLocation.CvsModuleLocationDescriptor
Deprecated.
 
CvsModuleLocationType - Enum in hudson.scm
Deprecated.
CvsProjectset - Class in hudson.scm
 
CvsProjectset(CvsRepository[], boolean, String, String, CVSRepositoryBrowser, boolean, boolean, boolean, boolean, boolean) - Constructor for class hudson.scm.CvsProjectset
 
CvsProjectset.CvsProjectsetDescriptor - Class in hudson.scm
 
CvsProjectsetDescriptor() - Constructor for class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
CvsRepository - Class in hudson.scm
 
CvsRepository(String, boolean, String, List<CvsRepositoryItem>, List<ExcludedRegion>, int, CVSRepositoryBrowser) - Constructor for class hudson.scm.CvsRepository
 
CvsRepository.DescriptorImpl - Class in hudson.scm
 
CVSRepositoryBrowser - Class in hudson.scm
CVSRepositoryBrowser() - Constructor for class hudson.scm.CVSRepositoryBrowser
 
CvsRepositoryItem - Class in hudson.scm
 
CvsRepositoryItem(CvsRepositoryLocation, CvsModule[]) - Constructor for class hudson.scm.CvsRepositoryItem
 
CvsRepositoryItem.CvsRepositoryItemDescriptor - Class in hudson.scm
 
CvsRepositoryItemDescriptor() - Constructor for class hudson.scm.CvsRepositoryItem.CvsRepositoryItemDescriptor
 
CvsRepositoryLocation - Class in hudson.scm
 
CvsRepositoryLocation.BranchRepositoryLocation - Class in hudson.scm
 
CvsRepositoryLocation.BranchRepositoryLocation.BranchRepositoryLocationDescriptor - Class in hudson.scm
 
CvsRepositoryLocation.CvsRepositoryLocationDescriptor - Class in hudson.scm
 
CvsRepositoryLocation.HeadRepositoryLocation - Class in hudson.scm
 
CvsRepositoryLocation.HeadRepositoryLocation.HeadRepositoryLocationDescriptor - Class in hudson.scm
 
CvsRepositoryLocation.TagRepositoryLocation - Class in hudson.scm
 
CvsRepositoryLocation.TagRepositoryLocation.TagRepositoryLocationDescriptor - Class in hudson.scm
 
CvsRepositoryLocationDescriptor(Class<? extends CvsRepositoryLocation>, String) - Constructor for class hudson.scm.CvsRepositoryLocation.CvsRepositoryLocationDescriptor
 
CvsRepositoryLocationType - Enum in hudson.scm
 
CvsRevisionState - Class in hudson.scm
Keeps track of the current state of the repository or workspace.
CvsRevisionState(Map<CvsRepository, List<CvsFile>>) - Constructor for class hudson.scm.CvsRevisionState
 
CVSSCM - Class in hudson.scm
CVS.
CVSSCM(String, String, String, String, boolean, boolean, boolean, boolean, String) - Constructor for class hudson.scm.CVSSCM
Deprecated.
we now use multiple repositories and don't use cvsRsh
CVSSCM(String, String, String, String, boolean, boolean, boolean, boolean, String, CVSRepositoryBrowser) - Constructor for class hudson.scm.CVSSCM
Deprecated.
CVSSCM(List<CvsRepository>, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class hudson.scm.CVSSCM
Deprecated.
CVSSCM(List<CvsRepository>, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class hudson.scm.CVSSCM
 
CVSSCM.DescriptorImpl - Class in hudson.scm
 
CVSSCM.TagAction - Class in hudson.scm
Deprecated.
we now use CvsTagAction but have to keep this class around for old builds that have a serialized version of this class and use the old archive method of tagging a build
CVSSCM_Branch() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.Branch: branch.
CVSSCM_DisplayName1() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.DisplayName1: CVS tag.
CVSSCM_DisplayName2() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.DisplayName2: CVS tags.
CVSSCM_ExpandingWorkspaceArchive(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.ExpandingWorkspaceArchive: expanding the workspace archive into {0}.
CVSSCM_FailedToMarkForKeep(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.FailedToMarkForKeep: Failed to mark {0} for keep.
CVSSCM_HeadIsNotTag(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.HeadIsNotTag: Technically, HEAD is not a {0} in CVS.
CVSSCM_InvalidCvsroot() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.InvalidCvsroot: Invalid CVSROOT string.
CVSSCM_InvalidProjectset(Object, Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.InvalidProjectset: A projectset file was configured that does not exist: {0} for module {1}.
CVSSCM_MissingCvsroot() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingCvsroot: CVSROOT is mandatory.
CVSSCM_MissingModuleName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingModuleName: Module name is mandatory.
CVSSCM_MissingParameterName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingParameterName: Parameter name is mandatory.
CVSSCM_MissingProjectsetName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingProjectsetName: Projectset file name is mandatory.
CVSSCM_MissingRemoteName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingRemoteName: Remote Name is mandatory.
CVSSCM_NoCompression() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoCompression: None.
CVSSCM_NoSuchJobExists(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoSuchJobExists: No such job exists: {0}.
CVSSCM_NoUpstreamBuildFound(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoUpstreamBuildFound: Upstream build not found for: {0}.
CVSSCM_NoValidTagNameGivenFor(Object, Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoValidTagNameGivenFor: No valid tag name given for {0} : {1}.
CVSSCM_PasswordNotSet() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.PasswordNotSet: It doesn''t look like this CVSROOT has its password set..
CVSSCM_Recommended() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.Recommended: Recommended.
CVSSCM_SystemDefault() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.SystemDefault: System Default.
CVSSCM_Tag() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.Tag: tag.
CVSSCM_TaggingFailed() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TaggingFailed: tagging failed.
CVSSCM_TaggingWorkspace() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TaggingWorkspace: tagging the workspace.
CVSSCM_TagginXasY(Object, Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TagginXasY: Tagging {0} as {1}.
CVSSCM_TagNameInvalid(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TagNameInvalid: The {0} name is invalid.
CVSSCM_TagThisBuild() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TagThisBuild: Tag this build.
CVSSCM_WorkspaceInconsistent(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.WorkspaceInconsistent: {@code Workspace is inconsistent with configuration.
CvsTagAction - Class in hudson.scm.cvstagging
 
CvsTagAction(Run<?, ?>, AbstractCvs) - Constructor for class hudson.scm.cvstagging.CvsTagAction
 
CvsTagActionDescriptor - Class in hudson.scm.cvstagging
 
CvsTagActionDescriptor() - Constructor for class hudson.scm.cvstagging.CvsTagActionDescriptor
 
CvsTagActionWorker - Class in hudson.scm.cvstagging
 
CvsTagActionWorker(CvsRevisionState, String, boolean, AbstractBuild<?, ?>, CvsTagAction, boolean) - Constructor for class hudson.scm.cvstagging.CvsTagActionWorker
 
CvsTagsParamDefinition - Class in hudson.scm
 
CvsTagsParamDefinition(String, String, boolean, String, String) - Constructor for class hudson.scm.CvsTagsParamDefinition
 
CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor - Class in hudson.scm
 
CvsTagsParamValue - Class in hudson.scm
 
CvsTagsParamValue(String, String) - Constructor for class hudson.scm.CvsTagsParamValue
 

D

DATE_FORMATTER - Static variable in class hudson.scm.AbstractCvs
 
DescriptorImpl() - Constructor for class hudson.scm.browsers.FishEyeCVS.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.browsers.OpenGrok.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.browsers.ViewCVS.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.CvsModule.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.CvsRepository.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.CVSSCM.DescriptorImpl
 
DescriptorImpl() - Constructor for class hudson.scm.ExcludedRegion.DescriptorImpl
 
dispose() - Method in class hudson.scm.CvsLog
Deletes any data stored by this object.
doCheckAuthenticationCvsRoot(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
doCheckBranchName(String) - Method in class hudson.scm.CvsModule.DescriptorImpl
 
doCheckCvsRoot(String) - Method in class hudson.scm.CvsRepository.DescriptorImpl
 
doCheckCvsRoot(String) - Method in class hudson.scm.CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor
 
doCheckModuleName(String) - Method in class hudson.scm.CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor
 
doCheckName(String) - Method in class hudson.scm.CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor
 
doCheckPattern(String) - Method in class hudson.scm.ExcludedRegion.DescriptorImpl
Validates the excludeRegions Regex
doCheckProjectsetFileName(String) - Method in class hudson.scm.CvsModule.DescriptorImpl
 
doCheckRemoteName(String) - Method in class hudson.scm.CvsModule.DescriptorImpl
Checks the modules remote name has been defined
doCheckTag(String) - Method in class hudson.scm.cvstagging.CvsTagAction
 
doCheckTag(String) - Method in class hudson.scm.cvstagging.LegacyTagAction
Checks if the value is a valid CVS tag name.
doCheckTagName(String) - Method in class hudson.scm.CvsModule.DescriptorImpl
 
doCheckUrl(String) - Method in class hudson.scm.browsers.FishEyeCVS.DescriptorImpl
 
doCheckUrl(String) - Method in class hudson.scm.browsers.OpenGrok.DescriptorImpl
 
doFillCompressionLevelItems() - Static method in class hudson.scm.CvsRepository.DescriptorImpl
 
doSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.scm.cvstagging.CvsTagAction
 
doSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.scm.cvstagging.LegacyTagAction
Invoked to actually tag the workspace.

E

equals(Object) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
equals(Object) - Method in class hudson.scm.CVSChangeLogSet.File
 
equals(Object) - Method in class hudson.scm.CvsChangeSet
 
equals(Object) - Method in class hudson.scm.CvsFile
 
equals(Object) - Method in class hudson.scm.CvsModule
 
equals(Object) - Method in class hudson.scm.CvsModuleLocation
Deprecated.
 
equals(Object) - Method in class hudson.scm.CvsRepository
 
equals(Object) - Method in class hudson.scm.CvsRepositoryItem
 
equals(Object) - Method in class hudson.scm.CvsRepositoryLocation
 
equals(Object) - Method in class hudson.scm.ExcludedRegion
 
ExcludedRegion - Class in hudson.scm
 
ExcludedRegion(String) - Constructor for class hudson.scm.ExcludedRegion
 
ExcludedRegion.DescriptorImpl - Class in hudson.scm
 

F

File() - Constructor for class hudson.scm.CVSChangeLogSet.File
 
findPassword(String, File) - Method in class hudson.scm.LegacyConvertor
Treats the given file as a .cvspass file and retrieves the encoded password for the requested CVS root the file.
FishEyeCVS - Class in hudson.scm.browsers
Repository browser for CVS in a FishEye server.
FishEyeCVS(URL) - Constructor for class hudson.scm.browsers.FishEyeCVS
 
FishEyeCVS.DescriptorImpl - Class in hudson.scm.browsers
 

G

getAffectedFiles() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getAffectedPaths() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getAllCvsRoots() - Method in class hudson.scm.CVSSCM.DescriptorImpl
Returns all CVSROOT strings used in the current Jenkins installation.
getAuthentication() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getAuthentication() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getAuthentication() - Method in interface hudson.scm.ICvsDescriptor
 
getAuthor() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getBranchName() - Method in class hudson.scm.CvsModuleLocation.BranchModuleLocation
Deprecated.
 
getBranchName() - Method in class hudson.scm.CvsRepositoryLocation.BranchRepositoryLocation
 
getBranchNames() - Method in class hudson.scm.CvsChangeSet
 
getBrowser() - Method in class hudson.scm.CvsProjectset
 
getBrowser() - Method in class hudson.scm.CVSSCM
 
getBrowserDescriptors() - Method in class hudson.scm.CvsRepository.DescriptorImpl
 
getBrowserDescriptors() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getChangeDate() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getChangelogEncoding() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getChangelogEncoding() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getChangelogEncoding() - Method in interface hudson.scm.ICvsDescriptor
Provides the format that the changelog (and any other plugin files) should be read and written in.
getChanges() - Method in class hudson.scm.CvsChangeSet
 
getChangeSetLink(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.CvsFacadeRepositoryBrowser
 
getChangeSetLink(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.FishEyeCVS
 
getChangeSetLink(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.OpenGrok
 
getChangeSetLink(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.ViewCVS
No changeset support in ViewCVS.
getCheckoutDate(Run<?, ?>) - Method in class hudson.scm.AbstractCvs
 
getCheckoutName() - Method in class hudson.scm.CvsModule
Gives a useable form of the local module name.
getCompressionLevel() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getCompressionLevel() - Method in class hudson.scm.CvsRepository
 
getCompressionLevel() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getCompressionLevel() - Method in interface hudson.scm.ICvsDescriptor
 
getCvsClient(CvsRepository, EnvVars, TaskListener) - Method in class hudson.scm.AbstractCvs
Gets an instance of the CVS client that can be used for connection to a repository.
getCvsClient(CvsRepository, EnvVars, TaskListener, boolean) - Method in class hudson.scm.AbstractCvs
Gets an instance of the CVS client that can be used for connection to a repository.
getCvsClient(String, boolean, Secret) - Method in class hudson.scm.CvsTagsParamDefinition
 
getCvsPassFile() - Method in class hudson.scm.CVSSCM.DescriptorImpl
Deprecated.
getCvsRoot() - Method in class hudson.scm.CvsAuthentication
 
getCvsRoot() - Method in class hudson.scm.CvsRepository
 
getCvsRoot() - Method in class hudson.scm.CvsTagsParamDefinition
 
getDescriptor() - Method in class hudson.scm.AbstractCvs
 
getDescriptor() - Method in class hudson.scm.CvsModuleLocation
Deprecated.
 
getDescriptor() - Method in class hudson.scm.CvsProjectset
 
getDescriptor() - Method in class hudson.scm.CvsRepositoryItem
 
getDescriptor() - Method in class hudson.scm.CvsRepositoryLocation
 
getDescriptor() - Method in class hudson.scm.CVSSCM
 
getDescriptor() - Method in class hudson.scm.CVSSCM.TagAction
Deprecated.
 
getDescriptor() - Method in class hudson.scm.cvstagging.CvsTagAction
 
getDescriptor() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
getDescriptor() - Method in interface hudson.scm.ICvs
Gets the descriptor for the current plugin.
getDiffLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.CvsFacadeRepositoryBrowser
 
getDiffLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.FishEyeCVS
 
getDiffLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.OpenGrok
 
getDiffLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.ViewCVS
 
getDiffLink(CVSChangeLogSet.File) - Method in class hudson.scm.CVSRepositoryBrowser
Determines the link to the diff between the version in the CVSChangeLogSet.File to its previous version.
getDisplayName() - Method in class hudson.scm.browsers.CvsFacadeRepositoryBrowser.CvsFacadeRepositoryBrowserDescriptor
 
getDisplayName() - Method in class hudson.scm.browsers.FishEyeCVS.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.browsers.OpenGrok.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.browsers.ViewCVS.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.CvsAuthentication.CvsAuthenticationDescriptor
 
getDisplayName() - Method in class hudson.scm.CvsModule.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.CvsModuleLocation.CvsModuleLocationDescriptor
Deprecated.
 
getDisplayName() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getDisplayName() - Method in class hudson.scm.CvsRepository.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.CvsRepositoryItem.CvsRepositoryItemDescriptor
 
getDisplayName() - Method in class hudson.scm.CvsRepositoryLocation.CvsRepositoryLocationDescriptor
 
getDisplayName() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.CVSSCM.TagAction
Deprecated.
 
getDisplayName() - Method in class hudson.scm.cvstagging.CvsTagAction
 
getDisplayName() - Method in class hudson.scm.cvstagging.CvsTagActionDescriptor
 
getDisplayName() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
getDisplayName() - Method in class hudson.scm.cvstagging.LegacyTagAction.LegacyTagActionDescriptor
 
getDisplayName() - Method in class hudson.scm.CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor
 
getDisplayName() - Method in class hudson.scm.ExcludedRegion.DescriptorImpl
 
getEditType() - Method in class hudson.scm.CVSChangeLogSet.File
 
getExcludedRegions() - Method in class hudson.scm.CvsRepository
 
getFileLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.CvsFacadeRepositoryBrowser
 
getFileLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.FishEyeCVS
 
getFileLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.OpenGrok
 
getFileLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.ViewCVS
 
getFileLink(CVSChangeLogSet.File) - Method in class hudson.scm.CVSRepositoryBrowser
Determines the link to a single file under CVS.
getFiles() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getFiles() - Method in class hudson.scm.CvsChangeSet
 
getFullName() - Method in class hudson.scm.CVSChangeLogSet.File
Gets the full path name in the CVS repository, like "/module/foo/bar/zot.c"
getGlobalOptions(CvsRepository, EnvVars) - Method in class hudson.scm.AbstractCvs
 
getHelpFile() - Method in class hudson.scm.CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor
 
getIconFileName() - Method in class hudson.scm.CVSSCM.TagAction
Deprecated.
 
getIconFileName() - Method in class hudson.scm.cvstagging.CvsTagAction
 
getIconFileName() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
getInstance() - Static method in class hudson.scm.LegacyConvertor
 
getKind() - Method in class hudson.scm.CVSChangeLogSet
 
getKnownHostsLocation() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getKnownHostsLocation() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getKnownHostsLocation() - Method in interface hudson.scm.ICvsDescriptor
 
getLocalName() - Method in class hudson.scm.CvsModule
 
getLocation() - Method in class hudson.scm.CvsRepositoryItem
 
getLocationName() - Method in class hudson.scm.CvsModuleLocation
Deprecated.
 
getLocationName() - Method in class hudson.scm.CvsRepositoryLocation
 
getLocationType() - Method in class hudson.scm.CvsModuleLocation
Deprecated.
 
getLocationType() - Method in class hudson.scm.CvsRepositoryLocation
 
getLogs() - Method in class hudson.scm.CVSChangeLogSet
Returns the read-only list of changes.
getModuleFiles() - Method in class hudson.scm.CvsRevisionState
 
getModuleLocation() - Method in class hudson.scm.CvsModule
Deprecated.
getModuleName() - Method in class hudson.scm.CvsTagsParamDefinition
 
getModuleRoot(FilePath, AbstractBuild) - Method in class hudson.scm.CVSSCM
If there are multiple modules, return the module directory of the first one.
getModuleRoots(FilePath, AbstractBuild) - Method in class hudson.scm.CVSSCM
 
getModules() - Method in class hudson.scm.CvsRepositoryItem
 
getModuleState(CvsRepository) - Method in class hudson.scm.CvsRevisionState
 
getMsg() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getName() - Method in class hudson.scm.CVSChangeLogSet.File
Gets the path name in the CVS repository, like "foo/bar/zot.c"
getName() - Method in class hudson.scm.CvsFile
 
getName() - Method in enum hudson.scm.CvsModuleLocationType
Deprecated.
 
getName() - Method in enum hudson.scm.CvsRepositoryLocationType
 
getOrDie() - Static method in class hudson.scm.CVSSCM.DescriptorImpl
 
getParent() - Method in class hudson.scm.CVSChangeLogSet.File
 
getParent() - Method in class hudson.scm.cvstagging.CvsTagAction
 
getPassword() - Method in class hudson.scm.CvsAuthentication
 
getPassword() - Method in class hudson.scm.CvsProjectset
 
getPassword() - Method in class hudson.scm.CvsRepository
Gives the password to be used by this connection.
getPassword() - Method in class hudson.scm.CvsTagsParamDefinition
 
getPassword(String) - Method in class hudson.scm.LegacyConvertor
Tries to retrieve the current password from the CVS pass file (if it's been set)
getPath() - Method in class hudson.scm.CVSChangeLogSet.File
Inherited from AffectedFile
getPattern() - Method in class hudson.scm.ExcludedRegion
 
getPermission() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
getPrevious() - Method in class hudson.scm.CVSChangeLogSet.Revision
Returns a new CVSChangeLogSet.Revision that represents the previous revision.
getPrevrevision() - Method in class hudson.scm.CVSChangeLogSet.File
 
getPrivateKeyLocation() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getPrivateKeyLocation() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getPrivateKeyLocation() - Method in interface hudson.scm.ICvsDescriptor
 
getPrivateKeyPassword() - Method in class hudson.scm.CvsProjectset.CvsProjectsetDescriptor
 
getPrivateKeyPassword() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getPrivateKeyPassword() - Method in interface hudson.scm.ICvsDescriptor
 
getProjectsetFileName() - Method in class hudson.scm.CvsModule
 
getRemoteName() - Method in class hudson.scm.CvsModule
 
getRepositories() - Method in class hudson.scm.CvsProjectset
 
getRepositories() - Method in class hudson.scm.CVSSCM
Gets the repositories currently configured for this job.
getRepositories() - Method in interface hudson.scm.ICvs
Gets a list of all repositories configured for this job.
getRepository() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getRepositoryBrowser() - Method in class hudson.scm.CvsRepository
 
getRepositoryItems() - Method in class hudson.scm.CvsRepository
 
getRepositoryLocationDescriptorList() - Method in class hudson.scm.CvsRepositoryItem.CvsRepositoryItemDescriptor
 
getRepositoryLocationDescriptors() - Method in class hudson.scm.CvsRepositoryLocation.CvsRepositoryLocationDescriptor
 
getRevision() - Method in class hudson.scm.CVSChangeLogSet.File
 
getRevision() - Method in class hudson.scm.CvsFile
 
getSimpleName() - Method in class hudson.scm.CVSChangeLogSet.File
Gets just the last component of the path, like "zot.c"
getSymbolicNames() - Method in class hudson.scm.CvsTagsParamDefinition
 
getTagName() - Method in class hudson.scm.CvsModuleLocation.TagModuleLocation
Deprecated.
 
getTagName() - Method in class hudson.scm.CvsRepositoryLocation.TagRepositoryLocation
 
getTagNames() - Method in class hudson.scm.CvsChangeSet
 
getTagNames() - Method in class hudson.scm.cvstagging.CvsTagAction
 
getTagNames() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
getTimestamp() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getTimestamp() - Method in class jenkins.scm.cvs.QuietPeriodCompleted
 
getTimestampDate() - Method in class jenkins.scm.cvs.QuietPeriodCompleted
 
getTooltip() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
getType(String) - Static method in enum hudson.scm.CvsModuleLocationType
Deprecated.
 
getType(String) - Static method in enum hudson.scm.CvsRepositoryLocationType
 
getUrl() - Method in class hudson.scm.browsers.OpenGrok
 
getUsername() - Method in class hudson.scm.CvsAuthentication
 
getUsername() - Method in class hudson.scm.CvsProjectset
 

H

hashCode() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
hashCode() - Method in class hudson.scm.CVSChangeLogSet.File
 
hashCode() - Method in class hudson.scm.CvsChangeSet
 
hashCode() - Method in class hudson.scm.CvsFile
 
hashCode() - Method in class hudson.scm.CvsModule
 
hashCode() - Method in class hudson.scm.CvsModuleLocation
Deprecated.
 
hashCode() - Method in class hudson.scm.CvsRepository
 
hashCode() - Method in class hudson.scm.CvsRepositoryItem
 
hashCode() - Method in class hudson.scm.CvsRepositoryLocation
 
hashCode() - Method in class hudson.scm.ExcludedRegion
 
HeadModuleLocation() - Constructor for class hudson.scm.CvsModuleLocation.HeadModuleLocation
Deprecated.
 
HeadModuleLocationDescriptor() - Constructor for class hudson.scm.CvsModuleLocation.HeadModuleLocation.HeadModuleLocationDescriptor
Deprecated.
 
HeadRepositoryLocation() - Constructor for class hudson.scm.CvsRepositoryLocation.HeadRepositoryLocation
 
HeadRepositoryLocationDescriptor() - Constructor for class hudson.scm.CvsRepositoryLocation.HeadRepositoryLocation.HeadRepositoryLocationDescriptor
 
hudson.scm - package hudson.scm
 
hudson.scm.browsers - package hudson.scm.browsers
 
hudson.scm.cvs - package hudson.scm.cvs
 
hudson.scm.cvstagging - package hudson.scm.cvstagging
 

I

ICvs - Interface in hudson.scm
 
ICvsDescriptor - Interface in hudson.scm
 
isAlternativeCheckoutName() - Method in class hudson.scm.CvsModule
 
isApplicable(Job) - Method in class hudson.scm.AbstractCvsDescriptor
 
isBrowserReusable(T, T) - Method in class hudson.scm.AbstractCvsDescriptor
 
isCanUseUpdate() - Method in class hudson.scm.CvsProjectset
 
isCanUseUpdate() - Method in class hudson.scm.CVSSCM
 
isCanUseUpdate() - Method in interface hudson.scm.ICvs
Whether CVS update can be used in place of CVS checkout if a workspace is already checked out.
isCheckoutCurrentTimestamp() - Method in class hudson.scm.AbstractCvs
 
isCheckoutCurrentTimestamp() - Method in class hudson.scm.CVSSCM
 
isCleanOnFailedUpdate() - Method in class hudson.scm.CvsProjectset
 
isCleanOnFailedUpdate() - Method in class hudson.scm.CVSSCM
 
isCleanOnFailedUpdate() - Method in interface hudson.scm.ICvs
Allows cleaning of the workspace with a fresh checkout if CVS update fails.
isComplete() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
Returns true if all the fields that are supposed to be non-null is present.
isDead() - Method in class hudson.scm.CVSChangeLogSet.File
 
isDead() - Method in class hudson.scm.CvsFile
 
isDisableCvsQuiet() - Method in class hudson.scm.AbstractCvs
 
isDisableCvsQuiet() - Method in class hudson.scm.CvsProjectset
 
isDisableCvsQuiet() - Method in class hudson.scm.CVSSCM
 
isDisableCvsQuiet() - Method in interface hudson.scm.ICvs
CVS is normally run in quiet mode to reduce un-needed log output.
isEmptySet() - Method in class hudson.scm.CVSChangeLogSet
 
isFlatten() - Method in class hudson.scm.CvsProjectset
 
isFlatten() - Method in class hudson.scm.CVSSCM
 
isFlatten() - Method in interface hudson.scm.ICvs
Whether to checkout an individual module's files directly into the workspace root rather than into a subdirectory of the module name.
isForceCleanCopy() - Method in class hudson.scm.CvsProjectset
 
isForceCleanCopy() - Method in class hudson.scm.CVSSCM
 
isForceCleanCopy() - Method in interface hudson.scm.ICvs
Controls whether CVS should apply the 'C' option to update commands to overwrite local changes.
isLegacy() - Method in class hudson.scm.CVSSCM
 
isPasswordRequired() - Method in class hudson.scm.CvsRepository
 
isPasswordRequired() - Method in class hudson.scm.CvsTagsParamDefinition
 
isPruneEmptyDirectories() - Method in class hudson.scm.CvsProjectset
 
isPruneEmptyDirectories() - Method in class hudson.scm.CVSSCM
 
isPruneEmptyDirectories() - Method in interface hudson.scm.ICvs
Whether CVS should be instructed to remove empty directories as part of checkout/update.
isSkipChangeLog() - Method in class hudson.scm.CvsProjectset
 
isSkipChangeLog() - Method in class hudson.scm.CVSSCM
 
isSkipChangeLog() - Method in interface hudson.scm.ICvs
Allows the option of skipping the changelog generation after checkout.
isSuccess() - Method in class hudson.scm.cvstagging.CvsTagActionWorker
 
isSymLink(File, TaskListener) - Static method in class hudson.scm.AbstractCvs
Check if the given file is a symbolic link.
isTagged() - Method in class hudson.scm.CVSSCM.TagAction
Deprecated.
 
isTagged() - Method in class hudson.scm.cvstagging.CvsTagAction
 
isTagged() - Method in class hudson.scm.cvstagging.LegacyTagAction
 
isUseHeadIfBranchNotFound() - Method in class hudson.scm.CvsModuleLocation.BranchModuleLocation
Deprecated.
 
isUseHeadIfBranchNotFound() - Method in class hudson.scm.CvsRepositoryLocation.BranchRepositoryLocation
 
isUseHeadIfNotFound() - Method in class hudson.scm.CvsModuleLocation
Deprecated.
 
isUseHeadIfNotFound() - Method in class hudson.scm.CvsRepositoryLocation
 
isUseHeadIfTagNotFound() - Method in class hudson.scm.CvsModuleLocation.TagModuleLocation
Deprecated.
 
isUseHeadIfTagNotFound() - Method in class hudson.scm.CvsRepositoryLocation.TagRepositoryLocation
 
iterator() - Method in class hudson.scm.CVSChangeLogSet
 

J

jenkins.scm.cvs - package jenkins.scm.cvs
 

L

LegacyConvertor - Class in hudson.scm
Used to convert legacy configuration into the new repository structure.
LegacyTagAction - Class in hudson.scm.cvstagging
Performs tagging on legacy CVS workspaces using a ZIP file of CVS Control files and the CVS tag command.
LegacyTagAction(Run<?, ?>, CVSSCM) - Constructor for class hudson.scm.cvstagging.LegacyTagAction
 
LegacyTagAction.LegacyTagActionDescriptor - Class in hudson.scm.cvstagging
 
LegacyTagAction.LegacyTagWorkerThread - Class in hudson.scm.cvstagging
 
LegacyTagActionDescriptor() - Constructor for class hudson.scm.cvstagging.LegacyTagAction.LegacyTagActionDescriptor
 
LegacyTagWorkerThread(LegacyTagAction, Map<AbstractBuild<?, ?>, String>) - Constructor for class hudson.scm.cvstagging.LegacyTagAction.LegacyTagWorkerThread
 
ListCvsTagsParameterDefinitionDescriptor() - Constructor for class hudson.scm.CvsTagsParamDefinition.ListCvsTagsParameterDefinitionDescriptor
 
load() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 

M

make(String, String) - Static method in class hudson.scm.CvsFile
 
make(String, String, boolean) - Static method in class hudson.scm.CvsFile
 
mapCvsLog(String, CvsRepositoryLocation, CvsRepository, EnvVars) - Method in class hudson.scm.CvsLog
 
merge(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
Messages - Class in hudson.scm.cvs
Generated localization support class.
Messages() - Constructor for class hudson.scm.cvs.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
numbers - Variable in class hudson.scm.CVSChangeLogSet.Revision
 

O

onLeaveWaiting(Queue.WaitingItem) - Method in class jenkins.scm.cvs.QuietPeriodCompleted.SCMTriggerTimeObserver
 
OpenGrok - Class in hudson.scm.browsers
 
OpenGrok(URL) - Constructor for class hudson.scm.browsers.OpenGrok
 
OpenGrok.DescriptorImpl - Class in hudson.scm.browsers
 

P

parse(AbstractBuild, File) - Method in class hudson.scm.CVSChangeLogParser
 
parse(Run, RepositoryBrowser<?>, File) - Method in class hudson.scm.CVSChangeLogParser
 
parse(AbstractBuild<?, ?>, File) - Static method in class hudson.scm.CVSChangeLogSet
 
parse(Run<?, ?>, RepositoryBrowser<?>, File) - Static method in class hudson.scm.CVSChangeLogSet
 
perform(String, boolean, boolean) - Method in class hudson.scm.cvstagging.CvsTagAction
 
perform(TaskListener) - Method in class hudson.scm.cvstagging.CvsTagActionWorker
 
perform(TaskListener) - Method in class hudson.scm.cvstagging.LegacyTagAction.LegacyTagWorkerThread
 
perform(String, boolean, TaskListener) - Method in class hudson.scm.cvstagging.LegacyTagAction
Performs tagging.
postCheckout(Run<?, ?>, File, CvsRepository[], FilePath, TaskListener, boolean, EnvVars) - Method in class hudson.scm.AbstractCvs
 

Q

QuietPeriodCompleted - Class in jenkins.scm.cvs
Tracks when the scheduled task has left the quiet period, so that we can use that timestamp when checking out source tree.
QuietPeriodCompleted() - Constructor for class jenkins.scm.cvs.QuietPeriodCompleted
 
QuietPeriodCompleted.SCMTriggerTimeObserver - Class in jenkins.scm.cvs
 

R

read() - Method in class hudson.scm.CvsLog
Reads the "cvs log" output.
readResolve() - Method in class hudson.scm.CvsRepository
 
readResolve() - Method in class hudson.scm.CVSSCM
Convert legacy configuration into the new class structure.
readResolve() - Method in class hudson.scm.CVSSCM.TagAction
Deprecated.
Convert the old TagAction structure into the new (legacy) structure
readResolve() - Method in class hudson.scm.cvstagging.CvsTagAction
 
REMOTE_HOSTS - Static variable in class jenkins.scm.cvs.QuietPeriodCompleted
A comma separated list of host names or IP addresses against which remote triggers will be assumed to be SCM triggers from the perspective of recording the quiet time completed.
REMOTE_NOTE - Static variable in class jenkins.scm.cvs.QuietPeriodCompleted
The note which remote triggers must match in order to be assumed as SCM triggers from the perspective of recording the quiet time completed.
requiresWorkspaceForPolling() - Method in class hudson.scm.CvsProjectset
 
requiresWorkspaceForPolling() - Method in class hudson.scm.CVSSCM
 
resolveRepositoryBrowser(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.CvsFacadeRepositoryBrowser
 
Revision(int[]) - Constructor for class hudson.scm.CVSChangeLogSet.Revision
 
Revision(String) - Constructor for class hudson.scm.CVSChangeLogSet.Revision
 

S

SCMTriggerTimeObserver() - Constructor for class jenkins.scm.cvs.QuietPeriodCompleted.SCMTriggerTimeObserver
 
setChangeDate(Date) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setChangeDateString(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setDate(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
Deprecated.
setDead(boolean) - Method in class hudson.scm.CVSChangeLogSet.File
 
setDead() - Method in class hudson.scm.CVSChangeLogSet.File
 
setFullName(String) - Method in class hudson.scm.CVSChangeLogSet.File
 
setMsg(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setName(String) - Method in class hudson.scm.CVSChangeLogSet.File
 
setParent(ChangeLogSet) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setPrevrevision(String) - Method in class hudson.scm.CVSChangeLogSet.File
 
setRepository(CvsRepository) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setRevision(String) - Method in class hudson.scm.CVSChangeLogSet.File
 
setTime(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
Deprecated.
setUser(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
start() - Method in class hudson.scm.cvstagging.LegacyTagAction.LegacyTagWorkerThread
 

T

TagAction(Run<?, ?>) - Constructor for class hudson.scm.CVSSCM.TagAction
Deprecated.
 
TagModuleLocation(String, boolean) - Constructor for class hudson.scm.CvsModuleLocation.TagModuleLocation
Deprecated.
 
TagModuleLocationDescriptor() - Constructor for class hudson.scm.CvsModuleLocation.TagModuleLocation.TagModuleLocationDescriptor
Deprecated.
 
TagRepositoryLocation(String, boolean) - Constructor for class hudson.scm.CvsRepositoryLocation.TagRepositoryLocation
 
TagRepositoryLocationDescriptor() - Constructor for class hudson.scm.CvsRepositoryLocation.TagRepositoryLocation.TagRepositoryLocationDescriptor
 
toFile(File) - Method in class hudson.scm.CVSChangeLogSet
 
toString() - Method in class hudson.scm.CVSChangeLogSet.Revision
 
toString() - Method in enum hudson.scm.CvsModuleLocationType
Deprecated.
 
toString() - Method in enum hudson.scm.CvsRepositoryLocationType
 

U

UPDATE_REPEATS - Static variable in class jenkins.scm.cvs.QuietPeriodCompleted
If this property is set then an item that repeatedly leaves the quiet period will be considered to have left the quiet period on the last exit.
url - Variable in class hudson.scm.browsers.FishEyeCVS
The URL of the FishEye repository, e.g.
url - Variable in class hudson.scm.browsers.ViewCVS
The URL of the top of the site.

V

valueOf(String) - Static method in enum hudson.scm.CvsModuleLocationType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.scm.CvsRepositoryLocationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.scm.CvsModuleLocationType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.scm.CvsRepositoryLocationType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewCVS - Class in hudson.scm.browsers
ViewCVS(URL) - Constructor for class hudson.scm.browsers.ViewCVS
 
ViewCVS.DescriptorImpl - Class in hudson.scm.browsers
 

_

_CVSSCM_Branch() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.Branch: branch.
_CVSSCM_DisplayName1() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.DisplayName1: CVS tag.
_CVSSCM_DisplayName2() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.DisplayName2: CVS tags.
_CVSSCM_ExpandingWorkspaceArchive(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.ExpandingWorkspaceArchive: expanding the workspace archive into {0}.
_CVSSCM_FailedToMarkForKeep(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.FailedToMarkForKeep: Failed to mark {0} for keep.
_CVSSCM_HeadIsNotTag(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.HeadIsNotTag: Technically, HEAD is not a {0} in CVS.
_CVSSCM_InvalidCvsroot() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.InvalidCvsroot: Invalid CVSROOT string.
_CVSSCM_InvalidProjectset(Object, Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.InvalidProjectset: A projectset file was configured that does not exist: {0} for module {1}.
_CVSSCM_MissingCvsroot() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingCvsroot: CVSROOT is mandatory.
_CVSSCM_MissingModuleName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingModuleName: Module name is mandatory.
_CVSSCM_MissingParameterName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingParameterName: Parameter name is mandatory.
_CVSSCM_MissingProjectsetName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingProjectsetName: Projectset file name is mandatory.
_CVSSCM_MissingRemoteName() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.MissingRemoteName: Remote Name is mandatory.
_CVSSCM_NoCompression() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoCompression: None.
_CVSSCM_NoSuchJobExists(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoSuchJobExists: No such job exists: {0}.
_CVSSCM_NoUpstreamBuildFound(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoUpstreamBuildFound: Upstream build not found for: {0}.
_CVSSCM_NoValidTagNameGivenFor(Object, Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.NoValidTagNameGivenFor: No valid tag name given for {0} : {1}.
_CVSSCM_PasswordNotSet() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.PasswordNotSet: It doesn''t look like this CVSROOT has its password set..
_CVSSCM_Recommended() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.Recommended: Recommended.
_CVSSCM_SystemDefault() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.SystemDefault: System Default.
_CVSSCM_Tag() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.Tag: tag.
_CVSSCM_TaggingFailed() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TaggingFailed: tagging failed.
_CVSSCM_TaggingWorkspace() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TaggingWorkspace: tagging the workspace.
_CVSSCM_TagginXasY(Object, Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TagginXasY: Tagging {0} as {1}.
_CVSSCM_TagNameInvalid(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TagNameInvalid: The {0} name is invalid.
_CVSSCM_TagThisBuild() - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.TagThisBuild: Tag this build.
_CVSSCM_WorkspaceInconsistent(Object) - Static method in class hudson.scm.cvs.Messages
Key CVSSCM.WorkspaceInconsistent: {@code Workspace is inconsistent with configuration.
A B C D E F G H I J L M N O P Q R S T U V _ 
Skip navigation links

Copyright © 2016–2022. All rights reserved.