A B C D E G H I J L M N O P R S T U

A

AbstractReleaseScmTagAction - Class in hudson.scm
Common part of CVSSCM.TagAction and SubversionTagAction.
AbstractReleaseScmTagAction(AbstractBuild) - Constructor for class hudson.scm.AbstractReleaseScmTagAction
 
addBuild(Run) - Method in class hudson.plugins.svn_release_mgr.model.Revision
 
addPath(SubversionReleaseChangeLogSet.Path) - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 

B

baseDir - Variable in class hudson.scm.SubversionEventHandlerImpl
 
build - Variable in class hudson.scm.AbstractReleaseScmTagAction
 
build - Variable in class hudson.scm.ChangeLogSet
AbstractBuild whose change log this object represents.
buildEnvVars(AbstractBuild, Map<String, String>) - Method in class hudson.scm.SubversionReleaseSCM
Sets the SVN_REVISION environment variable during the build.

C

ChangeLogSet<T extends ChangeLogSet.Entry> - Class in hudson.scm
Represents SCM change list.
ChangeLogSet(AbstractBuild<?, ?>) - Constructor for class hudson.scm.ChangeLogSet
 
ChangeLogSet.Entry - Class in hudson.scm
 
ChangeLogSet.Entry() - Constructor for class hudson.scm.ChangeLogSet.Entry
 
checkout(AbstractBuild, Launcher, FilePath, BuildListener, File) - Method in class hudson.scm.SubversionReleaseSCM
 
checkRepositoryPath(SVNURL) - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 
chooseAction() - Method in class hudson.scm.AbstractReleaseScmTagAction
 
compareTo(SubversionReleaseSCM.SvnInfo) - Method in class hudson.scm.SubversionReleaseSCM.SvnInfo
 
createAuthenticationProvider() - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
Creates ISVNAuthenticationProvider backed by SubversionReleaseSCM.DescriptorImpl.credentials.
createChangeLogParser() - Method in class hudson.scm.SubversionReleaseSCM
 
createEmpty(AbstractBuild) - Static method in class hudson.scm.ChangeLogSet
Constant instance that represents no changes.
createSvnClientManager() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
createSvnClientManager(ISVNAuthenticationProvider) - Static method in class hudson.scm.SubversionReleaseSCM
Creates SVNClientManager.
createSvnClientManager() - Static method in class hudson.scm.SubversionReleaseSCM
Creates SVNClientManager for code running on the master.

D

debug - Static variable in class hudson.scm.SubversionReleaseChangeLogBuilder
 
DESCRIPTOR - Static variable in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 
doBuild(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
doCheckMaxRevisions(String) - Method in class hudson.plugins.svn_release_mgr.JobPropertyImpl.DescriptorImpl
 
doCompare(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.scm.AbstractReleaseScmTagAction
 
doPostCredential(StaplerRequest, StaplerResponse) - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
Submits the authentication info.
doSubmit(StaplerRequest, StaplerResponse) - Method in class hudson.scm.SubversionReleaseTagAction
Invoked to actually tag the workspace.
doSvnLocalLocationCheck(StaplerRequest, StaplerResponse) - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
validate the value for a local location (local checkout directory).
doSvnRemoteLocationCheck(StaplerRequest, StaplerResponse) - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
validate the value for a remote (repository) location.

E

enableSshDebug(Level) - Static method in class hudson.scm.SubversionReleaseSCM
Enables trace logging of Ganymed SSH library.
equals(Object) - Method in class hudson.scm.SubversionReleaseSCM.SvnInfo
 

G

getACL() - Method in class hudson.scm.AbstractReleaseScmTagAction
 
getAffectedPaths() - Method in class hudson.scm.ChangeLogSet.Entry
Returns a set of paths in the workspace that was affected by this change.
getAffectedPaths() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
getAuthor() - Method in class hudson.scm.ChangeLogSet.Entry
The user who made this change.
getAuthor() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
getBrowser() - Method in class hudson.scm.SubversionReleaseSCM
 
getBuild() - Method in class hudson.scm.AbstractReleaseScmTagAction
 
getBuildNumber(Run) - Static method in class hudson.plugins.svn_release_mgr.model.Revision
 
getBuilds() - Method in class hudson.plugins.svn_release_mgr.model.Revision
 
getBuildUrl(Run) - Static method in class hudson.plugins.svn_release_mgr.model.Revision
 
getCompare() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getCompareRevisions() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getDate() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
getDescriptor() - Method in class hudson.scm.SubversionReleaseSCM
 
getDiffLink(SubversionReleaseChangeLogSet.Path) - Method in class hudson.scm.SubversionRepositoryBrowser
Determines the link to the diff between the version in the specified revision of SubversionReleaseChangeLogSet.Path to its previous version.
getDisplayName() - Method in class hudson.plugins.svn_release_mgr.JobPropertyImpl.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getDisplayName() - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 
getDisplayName() - Method in class hudson.scm.SubversionReleaseTagAction
 
getEditType() - Method in class hudson.scm.SubversionReleaseChangeLogSet.Path
 
getEnabledFactories(File, Collection, boolean) - Method in class hudson.scm.SubversionWorkspaceSelector
 
getExpandedLocation(AbstractBuild<?, ?>) - Method in class hudson.scm.SubversionReleaseSCM.ModuleLocation
Expand location value based on Build parametric execution.
getFileLink(SubversionReleaseChangeLogSet.Path) - Method in class hudson.scm.SubversionRepositoryBrowser
Determines the link to a single file under Subversion.
getIconFileName() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getIconFileName() - Method in class hudson.scm.SubversionReleaseTagAction
 
getItems() - Method in class hudson.scm.ChangeLogSet
All changes in the change set.
getJobAction(AbstractProject<?, ?>) - Method in class hudson.plugins.svn_release_mgr.JobPropertyImpl
 
getLocalPath(String) - Static method in class hudson.scm.SubversionEventHandlerImpl
 
getLocations() - Method in class hudson.scm.SubversionReleaseSCM
list of all configured svn locations
getLocations(AbstractBuild<?, ?>) - Method in class hudson.scm.SubversionReleaseSCM
list of all configured svn locations, expanded according to build parameters values;
getLogEntry() - Method in class hudson.plugins.svn_release_mgr.model.Revision
 
getLogEntry() - Method in class hudson.scm.SubversionReleaseChangeLogSet.Path
Gets the SubversionReleaseChangeLogSet.LogEntry of which this path is a member.
getLogs() - Method in class hudson.scm.SubversionReleaseChangeLogSet
 
getModuleRoot(FilePath) - Method in class hudson.scm.SubversionReleaseSCM
 
getModuleRoots(FilePath) - Method in class hudson.scm.SubversionReleaseSCM
 
getModules() - Method in class hudson.scm.SubversionReleaseSCM
Deprecated. as of 1.91. Use SubversionReleaseSCM.getLocations() instead.
getMsg() - Method in class hudson.scm.ChangeLogSet.Entry
Gets the "commit message".
getMsg() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
getMsgAnnotated() - Method in class hudson.scm.ChangeLogSet.Entry
Gets the text fully marked up by ChangeLogAnnotator.
getMsgEscaped() - Method in class hudson.scm.ChangeLogSet.Entry
Message escaped for HTML
getOwner() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getParent() - Method in class hudson.scm.ChangeLogSet.Entry
 
getParent() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
Gets the SubversionReleaseChangeLogSet to which this change set belongs.
getPaths() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
Gets the files that are changed in this commit.
getPermission() - Method in class hudson.scm.AbstractReleaseScmTagAction
Defaults to SCM.TAG.
getPermission() - Method in class hudson.scm.SubversionReleaseTagAction
 
getProperty() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getRelativePath(File) - Method in class hudson.scm.SubversionEventHandlerImpl
 
getRelativePath(SVNURL, SVNRepository) - Static method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 
getRepository(SVNURL) - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 
getRevision() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getRevision() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
Gets the revision of the commit.
getRevision(SVNRevision) - Method in class hudson.scm.SubversionReleaseSCM.ModuleLocation
Figures out which revision to check out.
getRevisionFile(AbstractBuild) - Static method in class hudson.scm.SubversionReleaseSCM
Gets the file that stores the revision.
getRevisionMap() - Method in class hudson.scm.SubversionReleaseChangeLogSet
 
getRevisionNumber(Run) - Static method in class hudson.plugins.svn_release_mgr.model.Revision
 
getRevisions() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getRevisions(long, long) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getRevisions() - Method in class hudson.scm.SubversionReleaseChangeLogSet
 
getSubversion() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getSVNURL() - Method in class hudson.scm.SubversionReleaseSCM.ModuleLocation
Gets SubversionReleaseSCM.ModuleLocation.remote as SVNURL.
getSVNURL() - Method in class hudson.scm.SubversionReleaseSCM.SvnInfo
 
getTags() - Method in class hudson.scm.SubversionReleaseTagAction
 
getTooltip() - Method in class hudson.scm.AbstractReleaseScmTagAction
This message is shown as the tool tip of the build badge icon.
getTooltip() - Method in class hudson.scm.SubversionReleaseTagAction
 
getURL() - Method in class hudson.scm.SubversionReleaseSCM.ModuleLocation
Returns the pure URL portion of SubversionReleaseSCM.ModuleLocation.remote by removing possible "@NNN" suffix.
getUrlName() - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
getUrlName() - Method in class hudson.scm.AbstractReleaseScmTagAction
 
getUser() - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
getValue() - Method in class hudson.scm.SubversionReleaseChangeLogSet.Path
Path in the repository.

H

handleEvent(SVNEvent, double) - Method in class hudson.scm.SubversionEventHandlerImpl
 
hashCode() - Method in class hudson.scm.SubversionReleaseSCM.SvnInfo
 
hasTagAction(Long) - Method in class hudson.plugins.svn_release_mgr.model.Revision
 
hasTags() - Method in class hudson.scm.SubversionReleaseTagAction
Was any tag created by the user already?
hudson.plugins.svn_release_mgr - package hudson.plugins.svn_release_mgr
 
hudson.plugins.svn_release_mgr.model - package hudson.plugins.svn_release_mgr.model
 
hudson.scm - package hudson.scm
 

I

isEmptySet() - Method in class hudson.scm.ChangeLogSet
Returns true if there's no change.
isEmptySet() - Method in class hudson.scm.SubversionReleaseChangeLogSet
 
isTagged() - Method in class hudson.scm.AbstractReleaseScmTagAction
Returns true if the build is tagged already.
isTagged() - Method in class hudson.scm.SubversionReleaseTagAction
Returns true if this build has already been tagged at least once.
isUseUpdate() - Method in class hudson.scm.SubversionReleaseSCM
 
iterator() - Method in class hudson.scm.SubversionReleaseChangeLogSet
 

J

JobPropertyImpl - Class in hudson.plugins.svn_release_mgr
Promotion processes defined for a project.
JobPropertyImpl(String) - Constructor for class hudson.plugins.svn_release_mgr.JobPropertyImpl
 
JobPropertyImpl.DescriptorImpl - Class in hudson.plugins.svn_release_mgr
Descriptor for HelloWorldBuilder.
JobPropertyImpl.DescriptorImpl() - Constructor for class hudson.plugins.svn_release_mgr.JobPropertyImpl.DescriptorImpl
 

L

local - Variable in class hudson.scm.SubversionReleaseSCM.ModuleLocation
Local directory to place the file to.

M

makeTagURL(SubversionReleaseSCM.SvnInfo) - Method in class hudson.scm.SubversionReleaseTagAction
Creates a URL, to be used as the default value of the module tag URL.
maxRevisions - Variable in class hudson.plugins.svn_release_mgr.JobPropertyImpl
 
module - Variable in class hudson.scm.SubversionReleaseChangeLogSet.RevisionInfo
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.svn_release_mgr.JobPropertyImpl.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 

O

out - Variable in class hudson.scm.SubversionEventHandlerImpl
 

P

parse(AbstractBuild, File) - Method in class hudson.scm.SubversionReleaseChangeLogParser
 
perform(TaskListener) - Method in class hudson.scm.SubversionReleaseTagAction.TagWorkerThread
 
pollChanges(AbstractProject, Launcher, FilePath, TaskListener) - Method in class hudson.scm.SubversionReleaseSCM
 
ProjectReleaseAction - Class in hudson.plugins.svn_release_mgr
 
ProjectReleaseAction(AbstractProject<?, ?>, JobPropertyImpl) - Constructor for class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 

R

remote - Variable in class hudson.scm.SubversionReleaseSCM.ModuleLocation
Subversion URL to check out.
repositoryLocationsExist(AbstractBuild<?, ?>, TaskListener) - Method in class hudson.scm.SubversionReleaseSCM
 
requiresWorkspaceForPolling() - Method in class hudson.scm.SubversionReleaseSCM
Polling can happen on the master and does not require a workspace.
Revision - Class in hudson.plugins.svn_release_mgr.model
 
Revision(SVNLogEntry) - Constructor for class hudson.plugins.svn_release_mgr.model.Revision
 
revision - Variable in class hudson.scm.SubversionReleaseChangeLogSet.RevisionInfo
 
revision - Variable in class hudson.scm.SubversionReleaseSCM.SvnInfo
 
run(Collection<SubversionReleaseSCM.External>, Result) - Method in class hudson.scm.SubversionReleaseChangeLogBuilder
 

S

setAction(String) - Method in class hudson.scm.SubversionReleaseChangeLogSet.Path
 
setCompare(String[]) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
setDate(String) - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
setLogEntry(SVNLogEntry) - Method in class hudson.plugins.svn_release_mgr.model.Revision
 
setLogEntry(SubversionReleaseChangeLogSet.LogEntry) - Method in class hudson.scm.SubversionReleaseChangeLogSet.Path
Sets the SubversionReleaseChangeLogSet.LogEntry of which this path is a member.
setMsg(String) - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
setOwner(AbstractProject<?, ?>) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
setParent(ChangeLogSet) - Method in class hudson.scm.ChangeLogSet.Entry
Should be invoked before a ChangeLogSet is exposed to public.
setParent(ChangeLogSet) - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
setProperty(JobPropertyImpl) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
setRevision(String) - Method in class hudson.plugins.svn_release_mgr.ProjectReleaseAction
 
setRevision(int) - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
setUser(String) - Method in class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
setValue(String) - Method in class hudson.scm.SubversionReleaseChangeLogSet.Path
 
SubversionEventHandlerImpl - Class in hudson.scm
ISVNEventHandler that emulates the SVN CLI behavior.
SubversionEventHandlerImpl(PrintStream, File) - Constructor for class hudson.scm.SubversionEventHandlerImpl
 
SubversionReleaseChangeLogBuilder - Class in hudson.scm
Builds changelog.xml for SubversionReleaseSCM.
SubversionReleaseChangeLogBuilder(AbstractBuild<?, ?>, BuildListener, SubversionReleaseSCM) - Constructor for class hudson.scm.SubversionReleaseChangeLogBuilder
 
SubversionReleaseChangeLogParser - Class in hudson.scm
ChangeLogParser for Subversion.
SubversionReleaseChangeLogParser() - Constructor for class hudson.scm.SubversionReleaseChangeLogParser
 
SubversionReleaseChangeLogSet - Class in hudson.scm
ChangeLogSet for Subversion.
SubversionReleaseChangeLogSet.LogEntry - Class in hudson.scm
One commit.
SubversionReleaseChangeLogSet.LogEntry() - Constructor for class hudson.scm.SubversionReleaseChangeLogSet.LogEntry
 
SubversionReleaseChangeLogSet.Path - Class in hudson.scm
A file in a commit.
SubversionReleaseChangeLogSet.Path() - Constructor for class hudson.scm.SubversionReleaseChangeLogSet.Path
 
SubversionReleaseChangeLogSet.RevisionInfo - Class in hudson.scm
 
SubversionReleaseChangeLogSet.RevisionInfo(String, long) - Constructor for class hudson.scm.SubversionReleaseChangeLogSet.RevisionInfo
 
SubversionReleaseSCM - Class in hudson.scm
Subversion SCM.
SubversionReleaseSCM(String[], String[], boolean, SubversionRepositoryBrowser) - Constructor for class hudson.scm.SubversionReleaseSCM
 
SubversionReleaseSCM(String) - Constructor for class hudson.scm.SubversionReleaseSCM
Convenience constructor, especially during testing.
SubversionReleaseSCM.DescriptorImpl - Class in hudson.scm
 
SubversionReleaseSCM.DescriptorImpl(Class, Class<? extends RepositoryBrowser>) - Constructor for class hudson.scm.SubversionReleaseSCM.DescriptorImpl
 
SubversionReleaseSCM.ModuleLocation - Class in hudson.scm
small structure to store local and remote (repository) location information of the repository.
SubversionReleaseSCM.ModuleLocation(String, String) - Constructor for class hudson.scm.SubversionReleaseSCM.ModuleLocation
 
SubversionReleaseSCM.SvnInfo - Class in hudson.scm
 
SubversionReleaseSCM.SvnInfo(String, long) - Constructor for class hudson.scm.SubversionReleaseSCM.SvnInfo
 
SubversionReleaseSCM.SvnInfo(SVNInfo) - Constructor for class hudson.scm.SubversionReleaseSCM.SvnInfo
 
SubversionReleaseTagAction - Class in hudson.scm
Action that lets people create tag for the given build.
SubversionReleaseTagAction.TagWorkerThread - Class in hudson.scm
The thread that performs tagging operation asynchronously.
SubversionReleaseTagAction.TagWorkerThread(Map<SubversionReleaseSCM.SvnInfo, String>) - Constructor for class hudson.scm.SubversionReleaseTagAction.TagWorkerThread
 
SubversionRepositoryBrowser - Class in hudson.scm
RepositoryBrowser for Subversion.
SubversionRepositoryBrowser() - Constructor for class hudson.scm.SubversionRepositoryBrowser
 
SubversionWorkspaceSelector - Class in hudson.scm
ISVNAdminAreaFactorySelector that uses 1.4 compatible workspace for new check out, but still supports 1.5 workspace, if asked to work with it.
SubversionWorkspaceSelector() - Constructor for class hudson.scm.SubversionWorkspaceSelector
 

T

toString() - Method in class hudson.scm.SubversionReleaseSCM.ModuleLocation
 
toString() - Method in class hudson.scm.SubversionReleaseSCM.SvnInfo
 

U

url - Variable in class hudson.scm.SubversionReleaseSCM.SvnInfo
Decoded repository URL.

A B C D E G H I J L M N O P R S T U

Copyright © 2009. All Rights Reserved.