A B C D E F G H I M N P R S T U V _

A

AbstractCvsTask - Class in hudson.org.apache.tools.ant.taskdefs
original Cvs.java 1.20

NOTE: This implementation has been moved here from Cvs.java with the addition of some accessors for extensibility.

AbstractCvsTask() - Constructor for class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
empty no-arg constructor
addCommandArgument(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
This needs to be public to allow configuration of commands externally.
addCommandArgument(Commandline, String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
This method adds a command line argument to an external command.
addConfiguredCommandline(Commandline) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Adds direct command-line to execute.
addConfiguredCommandline(Commandline, boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Configures and adds the given Commandline.
addFile(String) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Adds a file about which cvs logs will be generated.
addFile(CVSChangeLogSet.File) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
addUser(CvsUser) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Add a user to list changelog knows about.

B

buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.scm.CVSSCM
 

C

calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.scm.CVSSCM
 
canBeMergedWith(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
Checks if two CVSChangeLogSet.CVSChangeLog entries can be merged.
ChangeLogTask - Class in hudson.org.apache.tools.ant.taskdefs.cvslib
Examines the output of cvs log and group related changes together.
ChangeLogTask() - Constructor for class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
 
checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) - Method in class hudson.scm.CVSSCM
 
checkout(Launcher, FilePath, TaskListener) - Method in class hudson.scm.CVSSCM
 
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.CVSSCM
 
configure(StaplerRequest, JSONObject) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
configureCommandline(Commandline) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Configure a commandline element for things like cvsRoot, quiet, etc.
convert(Map<String, Object>) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
createChangeLogParser() - Method in class hudson.scm.CVSSCM
 
createEnvVarMap(boolean) - Method in class hudson.scm.CVSSCM
 
CVSChangeLogParser - Class in hudson.scm
ChangeLogParser for CVS.
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.CVSChangeLog - Class in hudson.scm
In-memory representation of CVS Changelog.
CVSChangeLogSet.CVSChangeLog() - Constructor for class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
CVSChangeLogSet.File - Class in hudson.scm
 
CVSChangeLogSet.File() - Constructor for class hudson.scm.CVSChangeLogSet.File
 
CVSChangeLogSet.Revision - Class in hudson.scm
Represents CVS revision number like "1.5.3.2".
CVSChangeLogSet.Revision(int[]) - Constructor for class hudson.scm.CVSChangeLogSet.Revision
 
CVSChangeLogSet.Revision(String) - Constructor for class hudson.scm.CVSChangeLogSet.Revision
 
CVSRepositoryBrowser - Class in hudson.scm
RepositoryBrowser for CVS.
CVSRepositoryBrowser() - Constructor for class hudson.scm.CVSRepositoryBrowser
 
CVSSCM - Class in hudson.scm
CVS.
CVSSCM(String, String, String, String, boolean, boolean, boolean, String) - Constructor for class hudson.scm.CVSSCM
 
CVSSCM.DescriptorImpl - Class in hudson.scm
 
CVSSCM.DescriptorImpl() - Constructor for class hudson.scm.CVSSCM.DescriptorImpl
 
CVSSCM.TagAction - Class in hudson.scm
Deprecated. this class was left for backward compatibility.
CVSSCM.TagAction(AbstractBuild) - Constructor for class hudson.scm.CVSSCM.TagAction
Deprecated.  
CVSSCM_DisplayName1() - Static method in class hudson.scm.cvs.Messages
CVS tag
CVSSCM_DisplayName2() - Static method in class hudson.scm.cvs.Messages
CVS tags
CVSSCM_ExpandingWorkspaceArchive(Object) - Static method in class hudson.scm.cvs.Messages
expanding the workspace archive into {0}
CVSSCM_FailedToMarkForKeep(Object) - Static method in class hudson.scm.cvs.Messages
Failed to mark {0} for keep
CVSSCM_HeadIsNotBranch() - Static method in class hudson.scm.cvs.Messages
Technically, HEAD is not a branch in CVS.
CVSSCM_InvalidCvsroot() - Static method in class hudson.scm.cvs.Messages
Invalid CVSROOT string
CVSSCM_MissingCvsroot() - Static method in class hudson.scm.cvs.Messages
CVSROOT is mandatory
CVSSCM_NoSuchJobExists(Object) - Static method in class hudson.scm.cvs.Messages
No such job exists: {0}
CVSSCM_NoUpstreamBuildFound(Object) - Static method in class hudson.scm.cvs.Messages
Upstream build not found for: {0}
CVSSCM_NoValidTagNameGivenFor(Object, Object) - Static method in class hudson.scm.cvs.Messages
No valid tag name given for {0} : {1}
CVSSCM_PasswordNotSet() - Static method in class hudson.scm.cvs.Messages
It doesn''t look like this CVSROOT has its password set.
CVSSCM_TagContainsIllegalChar(Object) - Static method in class hudson.scm.cvs.Messages
Tag contains illegal ''{0}'' character
CVSSCM_TaggingFailed() - Static method in class hudson.scm.cvs.Messages
tagging failed
CVSSCM_TaggingWorkspace() - Static method in class hudson.scm.cvs.Messages
tagging the workspace
CVSSCM_TagginXasY(Object, Object) - Static method in class hudson.scm.cvs.Messages
Tagging {0} as {1}
CVSSCM_TagIsEmpty() - Static method in class hudson.scm.cvs.Messages
Tag is empty
CVSSCM_TagNeedsToStartWithAlphabet() - Static method in class hudson.scm.cvs.Messages
Tag needs to start with alphabet
CVSSCM_TagThisBuild() - Static method in class hudson.scm.cvs.Messages
Tag this build
CVSSCM_WorkspaceInconsistent(Object) - Static method in class hudson.scm.cvs.Messages
Workspace is inconsistent with configuration.
CvsUser - Class in hudson.org.apache.tools.ant.taskdefs.cvslib
Represents a CVS user with a userID and a full name.
CvsUser() - Constructor for class hudson.org.apache.tools.ant.taskdefs.cvslib.CvsUser
 

D

debug - Static variable in class hudson.scm.CVSSCM
Temporary hack for assisting trouble-shooting.
DEFAULT_COMPRESSION_LEVEL - Static variable in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Default compression level to use, if compression is enabled via setCompression( true ).
doCheckBranch(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
Checks the correctness of the branch name.
doCheckCvsExe(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
Checks if cvs executable exists.
doCheckCvspassFile(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
doCheckCvsRoot(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
Checks the entry to the CVSROOT field.
doCheckExcludeRegions(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
Validates the excludeRegions Regex
doCheckTag(String) - Method in class hudson.scm.TagAction
Checks if the value is a valid CVS tag name.
doCheckUrl(String) - Method in class hudson.scm.browsers.FishEyeCVS.DescriptorImpl
 
doPostPassword(StaplerRequest, StaplerResponse) - Method in class hudson.scm.CVSSCM.DescriptorImpl
Runs cvs login command.
doSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.scm.TagAction
Invoked to actually tag the workspace.
doVersion(StaplerRequest, StaplerResponse) - Method in class hudson.scm.CVSSCM.DescriptorImpl
Displays "cvs --version" for trouble shooting.

E

execute() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
do the work
execute() - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Execute task

F

findMailAddressFor(User) - Method in class hudson.scm.MailAddressResolverImpl
 
findMailAddressFor(User, String) - Method in class hudson.scm.MailAddressResolverImpl
 
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
 
FishEyeCVS.DescriptorImpl() - Constructor for class hudson.scm.browsers.FishEyeCVS.DescriptorImpl
 

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 Hudson installation.
getAllModules() - Method in class hudson.scm.CVSSCM
 
getAllModulesNormalized() - Method in class hudson.scm.CVSSCM
List up all modules to check out.
getAuthor() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getBranch() - Method in class hudson.scm.CVSSCM
Branch to build.
getBrowser() - Method in class hudson.scm.CVSSCM
 
getBrowsers() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getCanUseUpdate() - Method in class hudson.scm.CVSSCM
 
getChangeSetLink(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.FishEyeCVS
 
getChangeSetLink(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.browsers.ViewCVS
No changeset support in ViewCVS.
getCommand() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
accessor to a command line as string

This should be deprecated AntoineLL July 23d 2003

getCvsExe() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getCvsExeOrDefault() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getCvspassFile() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getCvsRoot() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
access the CVSROOT variable
getCvsRoot() - Method in class hudson.scm.CVSSCM
 
getCvsRsh() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
access the CVS_RSH variable
getCvsRsh() - Method in class hudson.scm.CVSSCM
 
getDate() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getDescriptor() - Method in class hudson.scm.CVSSCM
 
getDescriptor() - Method in class hudson.scm.TagAction
 
getDest() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
get the file where the checked out files should be placed
getDiffLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.FishEyeCVS
 
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.
getDir() - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
 
getDisplayName() - Method in class hudson.scm.browsers.FishEyeCVS.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.browsers.ViewCVS.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.TagAction
 
getDisplayName() - Method in class hudson.scm.TagAction.TagActionDescriptor
 
getEditType() - Method in class hudson.scm.CVSChangeLogSet.File
 
getErrorStream() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
access the stream to which the stderr from cvs should go if this stream has already been set, it will be returned if the stream has not yet been set, if the attribute error has been set, the output stream will go to the file denoted by the error attribute otherwise the stderr output will go to ant's logging system
getExcludedRegions() - Method in class hudson.scm.CVSSCM
 
getExcludedRegionsNormalized() - Method in class hudson.scm.CVSSCM
 
getExecuteStreamHandler(InputStream) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
find the handler and instantiate it if it does not exist yet
getExecuteStreamHandler(InputStream) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
 
getFileLink(CVSChangeLogSet.File) - Method in class hudson.scm.browsers.FishEyeCVS
 
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
 
getFullName() - Method in class hudson.scm.CVSChangeLogSet.File
Gets the full path name in the CVS repository, like "/module/foo/bar/zot.c"
getIconFileName() - Method in class hudson.scm.TagAction
 
getKind() - Method in class hudson.scm.CVSChangeLogSet
 
getLogs() - Method in class hudson.scm.CVSChangeLogSet
Returns the read-only list of changes.
getModuleRoot(FilePath) - Method in class hudson.scm.CVSSCM
If there are multiple modules, return the module directory of the first one.
getModuleRoots(FilePath) - Method in class hudson.scm.CVSSCM
 
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"
getOutputStream() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
access the stream to which the stdout from cvs should go if this stream has already been set, it will be returned if the stream has not yet been set, if the attribute output has been set, the output stream will go to the output file otherwise the output will go to ant's logging system
getPackage() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
access the package or module to operate upon
getParent() - Method in class hudson.scm.CVSChangeLogSet.File
 
getPassFile() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
find the password file
getPath() - Method in class hudson.scm.CVSChangeLogSet.File
Inherited from AffectedFile
getPermission() - Method in class hudson.scm.TagAction
 
getPort() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
access the port of CVS
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
 
getRevision() - Method in class hudson.scm.CVSChangeLogSet.File
 
getSimpleName() - Method in class hudson.scm.CVSChangeLogSet.File
Gets just the last component of the path, like "zot.c"
getTag() - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
tag or branch
getTagNames() - Method in class hudson.scm.TagAction
 
getTime() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
getTooltip() - Method in class hudson.scm.TagAction
 
getUser() - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 

H

hudson.org.apache.tools.ant.taskdefs - package hudson.org.apache.tools.ant.taskdefs
 
hudson.org.apache.tools.ant.taskdefs.cvslib - package hudson.org.apache.tools.ant.taskdefs.cvslib
Fork of Ant CVS changelog task to work around issues.
hudson.scm - package hudson.scm
 
hudson.scm.browsers - package hudson.scm.browsers
 
hudson.scm.cvs - package hudson.scm.cvs
 

I

isBrowserReusable(CVSSCM, CVSSCM) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
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
 
isEmptySet() - Method in class hudson.scm.CVSChangeLogSet
 
isFlatten() - Method in class hudson.scm.CVSSCM
 
isLegacy() - Method in class hudson.scm.CVSSCM
 
isNoCompression() - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
isTag() - Method in class hudson.scm.CVSSCM
Returns true if CVSSCM.getBranch() represents a tag.
isTagged() - Method in class hudson.scm.TagAction
 
iterator() - Method in class hudson.scm.CVSChangeLogSet
 

M

MailAddressResolverImpl - Class in hudson.scm
MailAddressResolver implementation for major CVS hosting sites.
MailAddressResolverImpl() - Constructor for class hudson.scm.MailAddressResolverImpl
 
merge(CVSChangeLogSet.CVSChangeLog) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
Messages - Class in hudson.scm.cvs
 
Messages() - Constructor for class hudson.scm.cvs.Messages
 

N

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

P

parse(AbstractBuild, File) - Method in class hudson.scm.CVSChangeLogParser
 
parse(AbstractBuild, File) - Static method in class hudson.scm.CVSChangeLogSet
 
perform(String, TaskListener) - Method in class hudson.scm.TagAction
Performs tagging.
perform(TaskListener) - Method in class hudson.scm.TagAction.TagWorkerThread
 
pollChanges(AbstractProject, Launcher, FilePath, TaskListener) - Method in class hudson.scm.CVSSCM
 

R

removeCommandline(Commandline) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
remove a particular command from a vector of command lines
run(Launcher, ArgumentListBuilder, TaskListener, FilePath, OutputStream) - Method in class hudson.scm.CVSSCM
Invokes the command with the specified command line option and wait for its completion.
run(Launcher, ArgumentListBuilder, TaskListener, FilePath) - Method in class hudson.scm.CVSSCM
 
runCommand(Commandline) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Sets up the environment for toExecute and then runs it.

S

setAppend(boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Whether to append output/error when redirecting to a file.
setBranch(String) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
 
setCommand(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The CVS command to execute.
setCompression(boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
If true, this is the same as compressionlevel="3".
setCompressionLevel(int) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
If set to a value 1-9 it adds -zN to the cvs command line, else it disables compression.
setCvsExe(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
 
setCvsExe(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
setCvspassFile(String) - Method in class hudson.scm.CVSSCM.DescriptorImpl
 
setCvsRoot(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The CVSROOT variable.
setCvsRsh(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The CVS_RSH variable.
setDate(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Use the most recent revision no later than the given date.
setDate(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setDaysinpast(int) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Set the number of days worth of log entries to process.
setDead() - Method in class hudson.scm.CVSChangeLogSet.File
 
setDest(File) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The directory where the checked out files should be placed.
setDeststream(OutputStream) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Set the output stream for the log.
setDir(File) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Set the base dir for cvs.
setDisplayname(String) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.CvsUser
Set the user's fullname
setEnd(Date) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Set the date at which the changelog should stop.
setError(File) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The file to direct standard error from the command.
setErrorStream(OutputStream) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
sets a stream to which the stderr from the cvs exe should go
setFailOnError(boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Stop the build process if the command exits with a return code other than 0.
setFile(List<String>) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
 
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
 
setNoexec(boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
If true, report only and don't change any files.
setOutput(File) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The file to direct standard output from the command.
setOutputStream(OutputStream) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
sets a stream to which the output from the cvs executable should be sent
setPackage(String...) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The package/module to operate upon.
setParent(ChangeLogSet) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setPassfile(File) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Password file to read passwords from.
setPort(int) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
Port used by CVS to communicate with the server.
setPrevrevision(String) - Method in class hudson.scm.CVSChangeLogSet.File
 
setQuiet(boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
If true, suppress informational messages.
setReallyquiet(boolean) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
If true, suppress all messages.
setRevision(String) - Method in class hudson.scm.CVSChangeLogSet.File
 
setStart(Date) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Set the date at which the changelog should start.
setTag(String) - Method in class hudson.org.apache.tools.ant.taskdefs.AbstractCvsTask
The tag of the package/module to operate upon.
setTime(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setUser(String) - Method in class hudson.scm.CVSChangeLogSet.CVSChangeLog
 
setUserid(String) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.CvsUser
Set the user's id
setUsersfile(File) - Method in class hudson.org.apache.tools.ant.taskdefs.cvslib.ChangeLogTask
Set a lookup list of user names & addresses
skipChangeLog - Static variable in class hudson.scm.CVSSCM
True to avoid computing the changelog.
start() - Method in class hudson.scm.TagAction.TagWorkerThread
 

T

TagAction - Class in hudson.scm
Action for a build that performs the tagging.
TagAction(AbstractBuild, CVSSCM) - Constructor for class hudson.scm.TagAction
 
TagAction.TagActionDescriptor - Class in hudson.scm
 
TagAction.TagActionDescriptor() - Constructor for class hudson.scm.TagAction.TagActionDescriptor
 
TagAction.TagWorkerThread - Class in hudson.scm
 
TagAction.TagWorkerThread(TagAction, Map<AbstractBuild, String>) - Constructor for class hudson.scm.TagAction.TagWorkerThread
 
toString() - Method in class hudson.scm.CVSChangeLogSet.Revision
 

U

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

ViewCVS - Class in hudson.scm.browsers
RepositoryBrowser for CVS.
ViewCVS(URL) - Constructor for class hudson.scm.browsers.ViewCVS
 
ViewCVS.DescriptorImpl - Class in hudson.scm.browsers
 
ViewCVS.DescriptorImpl() - Constructor for class hudson.scm.browsers.ViewCVS.DescriptorImpl
 

_

_CVSSCM_DisplayName1() - Static method in class hudson.scm.cvs.Messages
CVS tag
_CVSSCM_DisplayName2() - Static method in class hudson.scm.cvs.Messages
CVS tags
_CVSSCM_ExpandingWorkspaceArchive(Object) - Static method in class hudson.scm.cvs.Messages
expanding the workspace archive into {0}
_CVSSCM_FailedToMarkForKeep(Object) - Static method in class hudson.scm.cvs.Messages
Failed to mark {0} for keep
_CVSSCM_HeadIsNotBranch() - Static method in class hudson.scm.cvs.Messages
Technically, HEAD is not a branch in CVS.
_CVSSCM_InvalidCvsroot() - Static method in class hudson.scm.cvs.Messages
Invalid CVSROOT string
_CVSSCM_MissingCvsroot() - Static method in class hudson.scm.cvs.Messages
CVSROOT is mandatory
_CVSSCM_NoSuchJobExists(Object) - Static method in class hudson.scm.cvs.Messages
No such job exists: {0}
_CVSSCM_NoUpstreamBuildFound(Object) - Static method in class hudson.scm.cvs.Messages
Upstream build not found for: {0}
_CVSSCM_NoValidTagNameGivenFor(Object, Object) - Static method in class hudson.scm.cvs.Messages
No valid tag name given for {0} : {1}
_CVSSCM_PasswordNotSet() - Static method in class hudson.scm.cvs.Messages
It doesn''t look like this CVSROOT has its password set.
_CVSSCM_TagContainsIllegalChar(Object) - Static method in class hudson.scm.cvs.Messages
Tag contains illegal ''{0}'' character
_CVSSCM_TaggingFailed() - Static method in class hudson.scm.cvs.Messages
tagging failed
_CVSSCM_TaggingWorkspace() - Static method in class hudson.scm.cvs.Messages
tagging the workspace
_CVSSCM_TagginXasY(Object, Object) - Static method in class hudson.scm.cvs.Messages
Tagging {0} as {1}
_CVSSCM_TagIsEmpty() - Static method in class hudson.scm.cvs.Messages
Tag is empty
_CVSSCM_TagNeedsToStartWithAlphabet() - Static method in class hudson.scm.cvs.Messages
Tag needs to start with alphabet
_CVSSCM_TagThisBuild() - Static method in class hudson.scm.cvs.Messages
Tag this build
_CVSSCM_WorkspaceInconsistent(Object) - Static method in class hudson.scm.cvs.Messages
Workspace is inconsistent with configuration.

A B C D E F G H I M N P R S T U V _

Copyright © 2004-2011 Hudson. All Rights Reserved.