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

A

AbstractSoapApp - Class in com.collabnet.ce.webservices
Base class for CollabNet's Soap App wrapper classes.
AbstractSoapApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.AbstractSoapApp
Constructor.
addPermission(Permission) - Method in class hudson.plugins.collabnet.auth.CollabNetRole
 
addRole(String, String, String) - Method in class com.collabnet.ce.webservices.RbacApp
Add a single role to the project.
addRoles(String, String[], String[]) - Method in class com.collabnet.ce.webservices.RbacApp
Add a set of roles with descriptions to the project.
addRoles(String, List<String>, List<String>) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
alwaysUpdate() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
assignCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking if a user can be assigned a tracker artifact.
attachLog() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
authenticate(Authentication) - Method in class hudson.plugins.collabnet.auth.CollabNetAuthManager
 

C

canInheritAuth() - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
 
canInheritAuth() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
canInheritAuth() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
 
canInheritAuth() - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
 
checkInterpretedString(String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Utility function to check that a str contains only valid enviromental variables to interpret.
checkUrl(String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Returns true if a url is valid, false otherwise.
checkValidSessionId() - Method in class com.collabnet.ce.webservices.AbstractSoapApp
Check if the current session is valid.
checkValidSessionId() - Method in class com.collabnet.ce.webservices.CollabNetApp
Throws a CollabNetAppException if there is no current sessionId.
closeOnSuccess() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
closeSucceedingBuild(ArtifactSoapDO, AbstractBuild<?, ?>) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Update the issue with a build that's successful, and close it.
CNAuthenticatedUserACL - Class in hudson.plugins.collabnet.auth
Gives user permission if the user is authenticated.
CNAuthenticatedUserACL() - Constructor for class hudson.plugins.collabnet.auth.CNAuthenticatedUserACL
 
CNAuthentication - Class in hudson.plugins.collabnet.auth
Authentication class for CollabNet.
CNAuthentication(Object, Object) - Constructor for class hudson.plugins.collabnet.auth.CNAuthentication
 
CNAuthenticationEntryPoint - Class in hudson.plugins.collabnet.auth
 
CNAuthenticationEntryPoint() - Constructor for class hudson.plugins.collabnet.auth.CNAuthenticationEntryPoint
 
CNAuthorizationStrategy - Class in hudson.plugins.collabnet.auth
Class for the CollabNet Authorization.
CNAuthorizationStrategy(String[], String[], String[], String[]) - Constructor for class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
Constructs a new CNAUthorizationStrategy object.
CNAuthorizationStrategy.DescriptorImpl - Class in hudson.plugins.collabnet.auth
The CNAuthorizationStrategy Descriptor class.
CNAuthorizationStrategy.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
CNAuthProjectProperty - Class in hudson.plugins.collabnet.auth
Job property to associate a Hudson job with a CollabNet Project for Authorization purposes (used with CollabNet Authorization).
CNAuthProjectProperty(String, Boolean, Boolean) - Constructor for class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
CNAuthProjectProperty.DescriptorImpl - Class in hudson.plugins.collabnet.auth
Descriptor class.
CNAuthProjectProperty.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
 
CNConnection - Class in hudson.plugins.collabnet.auth
CNConnection encapsulates the CN webservice methods.
CNDocumentUploader - Class in hudson.plugins.collabnet.documentuploader
Hudson plugin to upload the Hudson build log to the CollabNet Documents.
CNDocumentUploader(String, String, String, String, String, String, String[], boolean, boolean) - Constructor for class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
Creates a new CNDocumentUploader object.
CNDocumentUploader.DescriptorImpl - Class in hudson.plugins.collabnet.documentuploader
The CNDocumentUploader Descriptor class.
CNDocumentUploader.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
CnduResultAction - Class in hudson.plugins.collabnet.documentuploader
Displays the results of a Document upload attempt.
CnduResultAction(String, String, String, String, int) - Constructor for class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
CNFileRelease - Class in hudson.plugins.collabnet.filerelease
Hudson plugin to update files from the Hudson workspace to the CollabNet File Release System.
CNFileRelease(String, String, String, String, String, String, boolean, String[], boolean) - Constructor for class hudson.plugins.collabnet.filerelease.CNFileRelease
Creates a new CNFileRelease object.
CNFileRelease.DescriptorImpl - Class in hudson.plugins.collabnet.filerelease
The CNFileRelease Descriptor class.
CNFileRelease.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
 
CNFilter - Class in hudson.plugins.collabnet.auth
Class for filtering CollabNet auth information for SSO.
CNFilter() - Constructor for class hudson.plugins.collabnet.auth.CNFilter
 
CNFormFieldValidator - Class in hudson.plugins.collabnet.util
 
CNFormFieldValidator() - Constructor for class hudson.plugins.collabnet.util.CNFormFieldValidator
 
CnfrResultAction - Class in hudson.plugins.collabnet.filerelease
Displays the results of a File Release System upload attempt.
CnfrResultAction(String, String, String, String, int) - Constructor for class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
CNHudsonUtil - Class in hudson.plugins.collabnet.util
Class for methods that are useful across Hudson plugins.
CNProjectACL - Class in hudson.plugins.collabnet.auth
An ACL that uses project roles to determine what Hudson permissions to give.
CNProjectACL(String) - Constructor for class hudson.plugins.collabnet.auth.CNProjectACL
Constructed with the CollabNet project name.
CNProjectACL.CollabNetRoles - Class in hudson.plugins.collabnet.auth
 
CNProjectACL.CollabNetRoles() - Constructor for class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
 
CNRootACL - Class in hudson.plugins.collabnet.auth
Root ACL for the CollabNet Authorization.
CNRootACL(Collection<String>, Collection<String>, Collection<String>, Collection<String>) - Constructor for class hudson.plugins.collabnet.auth.CNRootACL
 
CNRootACL(Collection<String>, Collection<String>, Collection<String>, Collection<String>, ACL) - Constructor for class hudson.plugins.collabnet.auth.CNRootACL
 
CNTracker - Class in hudson.plugins.collabnet.tracker
 
CNTracker(String, String, String, String, String, String, String, String, boolean, boolean, boolean, String, boolean) - Constructor for class hudson.plugins.collabnet.tracker.CNTracker
Constructs a new CNTracker instance.
CNTracker.DescriptorImpl - Class in hudson.plugins.collabnet.tracker
 
CNTracker.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Basic constructor.
CNVersion - Class in hudson.plugins.collabnet.auth
Class to represent and compare CollabNet version numbers.
CNVersion(String) - Constructor for class hudson.plugins.collabnet.auth.CNVersion
 
CollabNetApp - Class in com.collabnet.ce.webservices
This class represents the connection to the CollabNet webservice.
CollabNetApp(String, String, String) - Constructor for class com.collabnet.ce.webservices.CollabNetApp
Creates a new session to the server at the given url.
CollabNetApp(String, String) - Constructor for class com.collabnet.ce.webservices.CollabNetApp
Creates a new CollabNetApp without a session.
CollabNetApp(String) - Constructor for class com.collabnet.ce.webservices.CollabNetApp
Creates a new collabnet app
CollabNetApp.CollabNetAppException - Exception in com.collabnet.ce.webservices
Exception class to throw when something unexpected goes wrong.
CollabNetApp.CollabNetAppException(String) - Constructor for exception com.collabnet.ce.webservices.CollabNetApp.CollabNetAppException
 
CollabNetAuthManager - Class in hudson.plugins.collabnet.auth
 
CollabNetAuthManager(String) - Constructor for class hudson.plugins.collabnet.auth.CollabNetAuthManager
 
CollabNetPlugin - Class in hudson.plugins.collabnet
Entry point for the plugins.
CollabNetPlugin() - Constructor for class hudson.plugins.collabnet.CollabNetPlugin
 
CollabNetRole - Class in hudson.plugins.collabnet.auth
This class stores information about each CollabNet Role (name, description, associated hudson permissions, etc.)
CollabNetRole(String, String, Collection<Permission>) - Constructor for class hudson.plugins.collabnet.auth.CollabNetRole
 
CollabNetRole(String, String) - Constructor for class hudson.plugins.collabnet.auth.CollabNetRole
 
CollabNetRole(String) - Constructor for class hudson.plugins.collabnet.auth.CollabNetRole
 
CollabNetSecurityRealm - Class in hudson.plugins.collabnet.auth
 
CollabNetSecurityRealm(String, Boolean, Boolean) - Constructor for class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
 
CollabNetSecurityRealm.DescriptorImpl - Class in hudson.plugins.collabnet.auth
The CollabNetSecurityRealm Descriptor class.
CollabNetSecurityRealm.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.auth.CollabNetSecurityRealm.DescriptorImpl
 
collabneturl - Variable in class hudson.plugins.collabnet.browser.OverrideAuth
 
com.collabnet.ce.webservices - package com.collabnet.ce.webservices
 
ComboBoxUpdater - Class in hudson.plugins.collabnet.util
These classes are used to update the list of items for a combo box.
ComboBoxUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater
 
ComboBoxUpdater.PackagesUpdater - Class in hudson.plugins.collabnet.util
Class to update a list of packages.
ComboBoxUpdater.PackagesUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater.PackagesUpdater
 
ComboBoxUpdater.ProjectsUpdater - Class in hudson.plugins.collabnet.util
Class to update a list of projects.
ComboBoxUpdater.ProjectsUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater.ProjectsUpdater
 
ComboBoxUpdater.ReleasesUpdater - Class in hudson.plugins.collabnet.util
Class to update the list of releases.
ComboBoxUpdater.ReleasesUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater.ReleasesUpdater
 
ComboBoxUpdater.ReposUpdater - Class in hudson.plugins.collabnet.util
Class to update a list of repos.
ComboBoxUpdater.ReposUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater.ReposUpdater
 
ComboBoxUpdater.TrackersUpdater - Class in hudson.plugins.collabnet.util
Class to update a list of trackers.
ComboBoxUpdater.TrackersUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater.TrackersUpdater
 
ComboBoxUpdater.UsersUpdater - Class in hudson.plugins.collabnet.util
Class to update a list of project users.
ComboBoxUpdater.UsersUpdater(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.collabnet.util.ComboBoxUpdater.UsersUpdater
 
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class hudson.plugins.collabnet.auth.CNAuthenticationEntryPoint
Override the parent's commence so that the returned status is not 403.
CommonUtil - Class in hudson.plugins.collabnet.util
Class for methods that are useful across Hudson plugins.
compareTo(CNVersion) - Method in class hudson.plugins.collabnet.auth.CNVersion
 
compareVersion(int[], int[]) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Compare two equal length version array
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
CONFIGURE_PROPERTY - Static variable in class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
createAction(int, String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Get the ResultAction for this build.
createDocument(String, String, String, String, String, boolean, String, String, String, String, String) - Method in class com.collabnet.ce.webservices.DocumentApp
Create a new document.
createFilter(FilterConfig) - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
Override the default createFilter.
createFrsFile(String, String, String, String) - Method in class com.collabnet.ce.webservices.FrsApp
Associate an uploaded file with a release.
createNewTrackerArtifact(String, String, String, String, String, String, String, int, int, String, String, SoapFieldValues, String, String, String) - Method in class com.collabnet.ce.webservices.TrackerApp
Create a new tracker artifact with the given values.
createNewTrackerArtifact(String, String, String, String, AbstractBuild<?, ?>) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Create a new tracker artifact with the given values.
createRoles() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
createSecurityComponents() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
 
cubitKeyCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check if a CUBiT key has the proper format and allows login.

D

deleteFrsFile(String) - Method in class com.collabnet.ce.webservices.FrsApp
Delete existing Frs files matching the given name.
DESCRIPTOR - Static variable in class hudson.plugins.collabnet.browser.TeamForge
 
destroy() - Method in class hudson.plugins.collabnet.auth.CNFilter
 
doAssignCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for "assign issue to".
doCollabNetUrlCheck(String) - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm.DescriptorImpl
Form validation for the CollabNet URL.
doCollabNetUrlCheck(String) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Form validation for the CollabNet URL.
doCollabNetUrlCheck(String) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Form validation for the CollabNet URL.
doCollabNetUrlCheck(String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Form validation for the CollabNet URL.
doCollabNetUrlCheck(String) - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
Form validation for the CollabNet URL.
doCollabNetUrlCheck(String) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for the CollabNet URL.
DocumentApp - Class in com.collabnet.ce.webservices
Class to hold the document-related methods.
DocumentApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.DocumentApp
Construct a new DocumentApp.
documentPathCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check that the path to a document exists.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class hudson.plugins.collabnet.auth.CNFilter
Filter for the CollabNet plugin.
doGetPackages(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Gets a list of packages to choose from and write them as a JSON string into the response data.
doGetProjects(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Gets a list of projects to choose from and write them as a JSON string into the response data.
doGetProjects(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Updates the list of projects in the combo box.
doGetProjects(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Gets a list of projects to choose from and write them as a JSON string into the response data.
doGetProjects(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Gets a list of projects to choose from and write them as a JSON string into the response data.
doGetProjectUsers(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Gets a list of projectUsers to choose from and write them as a JSON string into the response data.
doGetReleases(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Gets a list of releases to choose from and write them as a JSON string into the response data.
doGetReleases(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Gets a list of releases to choose from and write them as a JSON string into the response data.
doGetRepos(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Gets a list of repos to choose from and write them as a JSON string into the response data.
doGetTrackers(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Gets a list of trackers to choose from and write them as a JSON string into the response data.
doGroupCheck(String, String) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
Check that the groups are valid.
doHostUrlCheck(String) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Form validation for the host_url
doKeyCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Form validation for the API key.
doPackageCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Form validation for package.
doPasswordCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Check that a password is present and allows login.
doPasswordCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Check that a password is present and allows login.
doPasswordCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Check that a password is present and allows login.
doPasswordCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
Check that a password is present and allows login.
doPasswordCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Check that a password is present and allows login.
doPathCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Form validation for upload path.
doProjectCheck(String) - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
Form validation for the project field.
doProjectCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Form validation for the project field.
doProjectCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Form validation for the project field.
doProjectCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Form validation for the project field.
doProjectCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for the project field.
doRegexPrefixCheck(String) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Form validation for the path.
doReleaseCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Form validation for release.
doReleaseCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for the release field.
doRepoCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Form validation for the repo field.
doRequiredCheck(String, String) - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
Form validation for username.
doRequiredCheck(String, String) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Form validation for username.
doRequiredCheck(String, String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Form validation for username.
doRequiredCheck(String, String) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Form validation for the user and project
doRequiredCheck(String, String) - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
Form validation for username.
doRequiredCheck(String, String) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for username.
doRequiredInterpretedCheck(String, String) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Form validation for the path.
doRequiredInterpretedCheck(String, String) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for the comment and description.
doTrackerCheck(StaplerRequest) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Form validation for the tracker field.
doUnRequiredInterpretedCheck(String, String) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Form validation for the file patterns.
doUnRequiredInterpretedCheck(String, String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Form validation for the file patterns.
doUnRequiredInterpretedCheck(String, String) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Form validation for the comment and description.
doUserCheck(String) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
Check that the users are valid.
doVersionCheck(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
Check whether the "incorrect version" msg should be displayed, and returns what the currently configured version is, in a json.

E

equals(Object) - Method in class hudson.plugins.collabnet.auth.CNVersion
Override the equals method to ensure that any CNVersion with the same version numbers is equal.
equals(Object) - Method in class hudson.plugins.collabnet.auth.CollabNetRole
Any two CollabNetRoles with the same name are equal.

F

FileStorageApp - Class in com.collabnet.ce.webservices
Class to hold the file-related methods.
FileStorageApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.FileStorageApp
Construct a new FileStorageApp.
findDocumentId(String, String) - Method in class com.collabnet.ce.webservices.DocumentApp
Find the latest version of the document in the folder which has a matching title.
findFrsFile(String, String) - Method in class com.collabnet.ce.webservices.FrsApp
Find the File Release System file which matches the given name, if any.
findLastTrackerArtifact(String, String) - Method in class com.collabnet.ce.webservices.TrackerApp
Find the most recently submitted TrackerArtifact matching the given title.
findOrCreatePath(String, String) - Method in class com.collabnet.ce.webservices.DocumentApp
Find or create a document folder path.
findPackageId(String, String) - Method in class com.collabnet.ce.webservices.FrsApp
Find the packageId in a project with a given name.
findReleaseId(String, String) - Method in class com.collabnet.ce.webservices.FrsApp
Find the releaseId when we don't know the package.
findReleaseIdByPackage(String, String) - Method in class com.collabnet.ce.webservices.FrsApp
Get the releaseId when we know the packageId.
findTrackerArtifact(String, AbstractBuild<?, ?>) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Return a tracker artifact with the matching title.
FrsApp - Class in com.collabnet.ce.webservices
Class to hold the package and release-related methods.
FrsApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.FrsApp
Constructs a FileReleaseSystem webservice container, from a CollabNetApp webservice container.

G

getACL(Job<?, ?>) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getACL(AbstractItem) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getACL(AbstractProject<?, ?>) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getACL(View) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getACL(Computer) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getACL(User) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getAdminGroupsStr() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getAdmins(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Get the usernames of all project admins.
getAdmins(String) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getAdminUsersStr() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getAllRoles() - Static method in class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
 
getApiVersion(String) - Static method in class com.collabnet.ce.webservices.CollabNetApp
 
getApiVersion() - Method in class com.collabnet.ce.webservices.CollabNetApp
 
getArtifactDO(String) - Method in class com.collabnet.ce.webservices.TrackerApp
Given an artifactId (which you can get from an ArtifactSoapRow) return the appropriate ArtifactSoapDO.
getAssignUser() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getAuth() - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getAuthorities() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
getBoolean(String, JSONObject) - Static method in class hudson.plugins.collabnet.util.CommonUtil
Returns true if the string value of the key in the form is "true".
getChangeSetLink(SubversionChangeLogSet.LogEntry) - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getCnduUrlName() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getCnfrUrlName() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getCollabNetApp() - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getCollabNetApp(String, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 
getCollabNetApp(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Get a CollabNetApp, given a StaplerRequest with url, username, and password set.
getCollabNetUrl() - Static method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.auth.CollabNetAuthManager
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
getCollabNetUrl() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getComment() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getCredentials() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
getCurrentBaseUrl(HttpServletRequest) - Static method in class hudson.plugins.collabnet.auth.CNFilter
 
getCurrentUrl(HttpServletRequest) - Static method in class hudson.plugins.collabnet.auth.CNFilter
 
getDefaultAdminRoles() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
getDefaultUserRoles() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
getDescription() - Method in class hudson.plugins.collabnet.auth.CollabNetRole
 
getDescription() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getDescription() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getDescriptions() - Static method in class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
 
getDescriptor() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getDescriptor() - Method in class hudson.plugins.collabnet.share.TeamForgeShare
getDetails() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
getDiffLink(SubversionChangeLogSet.Path) - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getDisplayName() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getDisplayName() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getDisplayName() - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
 
getDisplayName() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
getDisplayName() - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
getDisplayName() - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
 
getEnableSSOAuthFromCTF() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
Single sign on preference governing making hudson read CTF's SSO token
getEnableSSOAuthToCTF() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
Single sign on preference governing making hudson login to CTF upon authenticating
getEnableSSORedirect() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm
Whether after singole singon into CTF, we should automatically redirect back to Hudson.
getFileId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Get the file id.
getFileId(CollabNetApp, String, String, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Given project, package, release, and file name, find the fileId for a file in the system, or null if none is found.
getFileLink(SubversionChangeLogSet.Path) - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getFilePatterns() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getFilePatterns() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getFilePatterns() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getFolderPath(String) - Method in class com.collabnet.ce.webservices.DocumentApp
Find the url path for the folder.
getForce() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getGrantingRole(Permission) - Static method in class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
Given a permission, return the CollabNet role which would grant that permission (if any).
getGroups() - Method in class com.collabnet.ce.webservices.CollabNetApp
Get the list of all Groups on the system.
getGroups() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getGroupUsers(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Return a collection of users that are active members of the group.
getHelpFile() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
 
getHelpFile() - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
 
getHelpUrl() - Static method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
getHelpUrl() - Static method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm.DescriptorImpl
 
getHelpUrl() - Static method in class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
 
getHelpUrl() - Static method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
getHelpUrl() - Static method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
 
getHelpUrl() - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
 
getHelpUrl() - Static method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
 
getHostUrl() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getIconFileName() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getIconFileName() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getIconFileName() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
getInstance() - Static method in class hudson.plugins.collabnet.auth.CNConnection
Gets an instance with the current authentication, or null if the auth is the wrong type.
getInstance(Authentication) - Static method in class hudson.plugins.collabnet.auth.CNConnection
Wraps the private constructor.
getInterpreted(Map<String, String>, String) - Static method in class hudson.plugins.collabnet.util.CommonUtil
Translates a string that may contain build vars like ${BUILD_VAR} to a string with those vars interpreted.
getKey() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater.PackagesUpdater
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ProjectsUpdater
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ReleasesUpdater
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ReposUpdater
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater.TrackersUpdater
 
getList() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater.UsersUpdater
 
getMimeType(FilePath) - Static method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
Get the mimetype for the file.
getMimeType(File) - Static method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
Get the mimetype for the file.
getMimeType(File) - Static method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Get the mimetype for the file.
getName() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
getName() - Method in class hudson.plugins.collabnet.auth.CollabNetRole
 
getNames() - Static method in class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
 
getNumFiles() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getNumFiles() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getPackage() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getPackageId(String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Get the package id.
getPackageId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Get the packageId for the package name.
getPackageList(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.PackagesUpdater
 
getPackages(String) - Method in class com.collabnet.ce.webservices.FrsApp
Get the list of package names associated with a given projectId.
getPackages() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getPassword() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getPassword() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getPassword() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getPassword() - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
getPassword() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getPath() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getPblUrlName() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
getPermissions() - Method in class hudson.plugins.collabnet.auth.CollabNetRole
 
getPreserveLocal() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getPrincipal() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
getPriority() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getProject() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
getProject() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getProject() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getProject() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getProject() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getProject() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getProjectId(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Find the project that matches the given name, and return it's id.
getProjectId(String) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getProjectId(CNConnection) - Method in class hudson.plugins.collabnet.auth.CNProjectACL
 
getProjectId() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
Get the project id for the project name.
getProjectId() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Get the project id for the project name.
getProjectId(String) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Given a project title, find the matching projectId.
getProjectId(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Get the projectId for the project name.
getProjectList(CollabNetApp) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ProjectsUpdater
 
getProjectReleaseId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Get a releaseId, given a projectId and a release title.
getProjectReleaseList(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ReleasesUpdater
 
getProjectReleases(String) - Method in class com.collabnet.ce.webservices.FrsApp
Get the list of possible releases, in a given project.
getProjects() - Method in class com.collabnet.ce.webservices.CollabNetApp
Return the list of project names.
getProjects() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
Get a list of projects to choose from.
getProjects() - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getProjects() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getProjects() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getProjects() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getProjects() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getPubOrPriv() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getReadGroupsStr() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getReadUsersStr() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getRelease() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getRelease() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getReleaseId() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Get the releaseId from the project/package/release names.
getReleaseId(String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Get the release id.
getReleaseId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Get the release id.
getReleaseList(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ReleasesUpdater
 
getReleasePath(String) - Method in class com.collabnet.ce.webservices.FrsApp
Get the path to the release's page.
getReleases(String) - Method in class com.collabnet.ce.webservices.FrsApp
Get the list of release names, given a packageId.
getReleases() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getReleases() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getRemovePrefixRegex() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getRepo() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getRepoData(String) - Method in class com.collabnet.ce.webservices.ScmApp
 
getRepoId(String, String) - Method in class com.collabnet.ce.webservices.ScmApp
 
getRepoId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 
getRepoList(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.ReposUpdater
 
getRepos(String) - Method in class com.collabnet.ce.webservices.ScmApp
 
getRepos() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getRequiredMonitorService() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getRequiredMonitorService() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getRequiredMonitorService() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getRequiredMonitorService() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getResultUrlName() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getResultUrlName() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getResultUrlName() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
getRole(String) - Static method in class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
Get the role which matches this name, if one exists.
getRoleMembers(String) - Method in class com.collabnet.ce.webservices.RbacApp
Get a list of users that are members of a given role
getRoles(String) - Method in class com.collabnet.ce.webservices.RbacApp
 
getRoles(Collection<String>) - Static method in class hudson.plugins.collabnet.auth.CNProjectACL.CollabNetRoles
Get the roles matching a set of role names.
getRootACL() - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
 
getScmViewerUrl(CollabNetApp, String, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 
getServerUrl() - Method in class com.collabnet.ce.webservices.AbstractSoapApp
Get the server url
getServerUrl() - Method in class com.collabnet.ce.webservices.CollabNetApp
 
getSessionId() - Method in class com.collabnet.ce.webservices.AbstractSoapApp
Get the session id
getSessionId() - Method in class com.collabnet.ce.webservices.CollabNetApp
 
getSessionId() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
getSummaryIcon() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getSummaryIcon() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getSummaryIcon() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
getSystemId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 
getTeamForgeShareDescriptor() - Static method in class hudson.plugins.collabnet.browser.TeamForge
 
getTeamForgeShareDescriptor() - Static method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getTeamForgeShareDescriptor() - Static method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getTeamForgeShareDescriptor() - Static method in class hudson.plugins.collabnet.share.TeamForgeShare
Static version of the above getDescriptor method.
getTeamForgeShareDescriptor() - Static method in class hudson.plugins.collabnet.tracker.CNTracker
 
getTitle() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getTracker() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getTrackerArtifact(CollabNetApp, String, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Given a project and issue title, find the most recent matching issue object, or null if none matches.
getTrackerId(String, String) - Method in class com.collabnet.ce.webservices.TrackerApp
Find the matching tracker id.
getTrackerId(String, String) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Given a tracker title and a projectId, find the matching tracker id.
getTrackerId(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Given a tracker title and a projectId, find the matching tracker id.
getTrackerList(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.TrackersUpdater
 
getTrackers(String) - Method in class com.collabnet.ce.webservices.TrackerApp
Return a list of unique tracker titles for a given project.
getTrackers() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getUniqueId() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
getUniqueId() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
 
getUniqueId() - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
 
getUniqueId() - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
 
getUploadPath() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getUrlName() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
getUrlName() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
getUrlName() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
getUser() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
 
getUserGroups(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Get a list of the groups the user belongs to.
getUserList(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.ComboBoxUpdater.UsersUpdater
 
getUsername() - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getUsername() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
getUsername() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
getUsername() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
getUsername() - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
getUsername() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getUsername(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 
getUserRoles(String, String) - Method in class com.collabnet.ce.webservices.RbacApp
Get a list of role the user has in the given project.
getUserRoles(String, String) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getUsers(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Get the usernames of all users.
getUsers(String) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
getUsers() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
getUsersInGroups(Collection<String>) - Method in class com.collabnet.ce.webservices.CollabNetApp
Given a list of group names, return a list of all unique users that are members of any of the groups.
getVersion() - Method in class com.collabnet.ce.webservices.CollabNetApp
 
getVersion(String) - Static method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
getVersion(String) - Static method in class hudson.plugins.collabnet.auth.CNConnection
 
getVersionArray(String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Turn version string into an array, where each version is in its own index/pos.
GOOD_VERSION - Static variable in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
grantDefaultRoles() - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty
 
grantRole(String, String, String) - Method in class com.collabnet.ce.webservices.RbacApp
Grant the given role to the user.
grantRole(String, String) - Method in class com.collabnet.ce.webservices.RbacApp
Grant the given role to the user.
grantRoles(String, Collection<String>, Collection<String>) - Method in class hudson.plugins.collabnet.auth.CNConnection
Grant the specified roles to the users in the given project.
groupListCheck(String, String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Check that a comma-separated list of groups exists.

H

hashCode() - Method in class hudson.plugins.collabnet.auth.CNVersion
Override hashCode since we're are overriding equals.
hashCode() - Method in class hudson.plugins.collabnet.auth.CollabNetRole
Override hashcode so it remains consistent with equals.
hasPermission(Authentication, Permission) - Method in class hudson.plugins.collabnet.auth.CNAuthenticatedUserACL
If the user is authenticated, return true.
hasPermission(Authentication, Permission) - Method in class hudson.plugins.collabnet.auth.CNProjectACL
 
hasPermission(Authentication, Permission) - Method in class hudson.plugins.collabnet.auth.CNRootACL
If the user is included in the admins or readUsers sets, check whether the permission is granted via those.
hasPermission(Permission) - Method in class hudson.plugins.collabnet.auth.CollabNetRole
 
hostUrlCheck(String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking if a Host URL is correct.
hudson.plugins.collabnet - package hudson.plugins.collabnet
 
hudson.plugins.collabnet.auth - package hudson.plugins.collabnet.auth
 
hudson.plugins.collabnet.browser - package hudson.plugins.collabnet.browser
 
hudson.plugins.collabnet.documentuploader - package hudson.plugins.collabnet.documentuploader
 
hudson.plugins.collabnet.filerelease - package hudson.plugins.collabnet.filerelease
 
hudson.plugins.collabnet.pblupload - package hudson.plugins.collabnet.pblupload
 
hudson.plugins.collabnet.share - package hudson.plugins.collabnet.share
 
hudson.plugins.collabnet.tracker - package hudson.plugins.collabnet.tracker
 
hudson.plugins.collabnet.util - package hudson.plugins.collabnet.util
 

I

includeBuildLog() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
init(FilterConfig) - Method in class hudson.plugins.collabnet.auth.CNFilter
 
interpretedCheck(String, String, boolean) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking an unrequired value that may include interpreted strings (i.e.
isApplicable(Class<? extends Job>) - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Allows this plugin to be used as a promotion task.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
The PblUploader can be used as a post-promotion task.
isApplicable(Class<? extends Job>) - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
This should never show up in any jobs since it's only for global configuration.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
 
isAuthenticated() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
isCNAuthed() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
isGoodCNVersion(String) - Static method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
isGroupnameValid(String) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
isMember(String) - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
isMemberOfAny(Collection<String>) - Method in class hudson.plugins.collabnet.auth.CNConnection
Determines if the authenticated user belongs to any of the groups.
isProjectAdmin(String) - Method in class hudson.plugins.collabnet.auth.CNConnection
Determines if the authenticated user is a project admin.
isSuccess() - Method in class hudson.plugins.collabnet.documentuploader.CnduResultAction
 
isSuccess() - Method in class hudson.plugins.collabnet.filerelease.CnfrResultAction
 
isSuccess() - Method in class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
isSuperUser() - Method in class hudson.plugins.collabnet.auth.CNConnection
Determines if the authenticated user is a super user.
isSupportedVersion(int[], int[], int[]) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Check if the actual version is within the range of the start/end support version
isUserMember(CollabNetApp, String, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 
isUserMemberOfGroup(String, String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Is the user a member of the group?
isUserMemberOfProject(String, String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Is the user a member of the project?
isUsernameValid(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Can the user can be found on the CollabNet server?
isUsernameValid(String) - Method in class hudson.plugins.collabnet.auth.CNConnection
 
isUserProjectAdmin(String, String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Is the user a project admin?
isUserSuper(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
 
isUserValid(CollabNetApp, String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
 

J

join(Collection<String>, String) - Static method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy
Utility method to join a Collection of Strings together with a delimiter.

L

log - Static variable in class hudson.plugins.collabnet.util.ComboBoxUpdater
 
loginCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking that a login to CollabNet is valid.
loginWithToken(String) - Method in class com.collabnet.ce.webservices.CollabNetApp
Login with a token.
logoff() - Method in class com.collabnet.ce.webservices.CollabNetApp
Logoff for this user and invalidate the sessionId.
logoff() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
Log out of the collabnet server.
logoff() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Log out of the collabnet server.
logoff() - Method in class hudson.plugins.collabnet.tracker.CNTracker
Log out of the collabnet server.
logoff(CollabNetApp) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Logs off the CollabNetApp, if possible.
logRE(Logger, String, RemoteException) - Static method in class hudson.plugins.collabnet.util.CommonUtil
Convenience method to log RemoteExceptions.

N

needsToRunAfterFinalized() - Method in class hudson.plugins.collabnet.pblupload.PblUploader
PBLUploader does not need to wait til the build is finalized.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.auth.CNAuthorizationStrategy.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.auth.CNAuthProjectProperty.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.auth.CollabNetSecurityRealm.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader.DescriptorImpl
Creates a new instance of CNDocumentUploader from a submitted form.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease.DescriptorImpl
Creates a new instance of CNFileRelease from a submitted form.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
Creates a new instance of PblUploader from a submitted form.
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.collabnet.tracker.CNTracker.DescriptorImpl
Creates a new instance of CNTracker from a submitted form.

O

OverrideAuth - Class in hudson.plugins.collabnet.browser
Class to represent the override_auth data.
OverrideAuth(String, String, String) - Constructor for class hudson.plugins.collabnet.browser.OverrideAuth
 
overrideAuth() - Method in class hudson.plugins.collabnet.browser.TeamForge
 
overrideAuth() - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
 
overrideAuth() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 
overrideAuth() - Method in class hudson.plugins.collabnet.tracker.CNTracker
 
overwrite() - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
 

P

packageCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check that a package exists.
password - Variable in class hudson.plugins.collabnet.browser.OverrideAuth
 
PblUploader - Class in hudson.plugins.collabnet.pblupload
The PblUploader is used to upload files to the Project Build Library (Pbl) of a Lab Management manager node.
PblUploader(String, String, String, String, String, String[], String, boolean, boolean, String, String, String) - Constructor for class hudson.plugins.collabnet.pblupload.PblUploader
Constructs a new PblUploader instance.
PblUploader.DescriptorImpl - Class in hudson.plugins.collabnet.pblupload
Descriptor for PblUploader.
PblUploader.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.pblupload.PblUploader.DescriptorImpl
 
PblUploadResultAction - Class in hudson.plugins.collabnet.pblupload
 
PblUploadResultAction(String, String, String, String, boolean) - Constructor for class hudson.plugins.collabnet.pblupload.PblUploadResultAction
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
The function does the work of uploading the build log.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
The function does the work of uploading files for the release.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.collabnet.pblupload.PblUploader
Upload the files to the PBL.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Create/Update/Close the tracker issue, according to the Hudson build status.
projectCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking that a project name is valid.

R

RbacApp - Class in com.collabnet.ce.webservices
Class to hold the role-related methods.
RbacApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.RbacApp
Constructs a new RbacApp.
regexCheck(String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check for validity of a regex expression.
releaseCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check that a release exists.
repoCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check that a repo exists.
request - Variable in class hudson.plugins.collabnet.util.ComboBoxUpdater
 
requiredCheck(String, String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking that a required value is set.
requiredInterpretedCheck(String, String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking an interpreted string which is required.
response - Variable in class hudson.plugins.collabnet.util.ComboBoxUpdater
 

S

sanitizeCollabNetUrl(String) - Static method in class hudson.plugins.collabnet.util.CNHudsonUtil
Sanitizes a CollabNet url and make it appropriate to be used by this plugin.
sanitizeForJS(Collection<String>) - Static method in class hudson.plugins.collabnet.util.CommonUtil
Escape characters that may make javascript error (like quotes or backslashes).
ScmApp - Class in com.collabnet.ce.webservices
Class to hold the scm-related methods.
ScmApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.ScmApp
Constructs a new ScmApp.
setArtifactData(ArtifactSoapDO, String, String, String, String) - Method in class com.collabnet.ce.webservices.TrackerApp
Update an existing artifact.
setAuthenticated(boolean) - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
setCNAuthed(boolean) - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
SimpleFileStorageApp - Class in com.collabnet.ce.webservices
Class to hold the file-related methods.
SimpleFileStorageApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.SimpleFileStorageApp
Construct a new SimpleFileStorageApp.
SOAP_SERVICE - Static variable in class com.collabnet.ce.webservices.CollabNetApp
 
soapUrlCheck(String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking if a URL is correct and corresponds to a CollabNet server.
splitCommaStr(String) - Static method in class hudson.plugins.collabnet.util.CommonUtil
Given a comma-delimited string, split it into an array of strings, removing unneccessary whitespace.
start() - Method in class hudson.plugins.collabnet.CollabNetPlugin
 
stripSlashes(String) - Static method in class hudson.plugins.collabnet.util.CommonUtil
String leading and trailing '/'s from a String.
SUPER_USER - Static variable in class hudson.plugins.collabnet.auth.CNAuthentication
 

T

TeamForge - Class in hudson.plugins.collabnet.browser
 
TeamForge(String, String, String, String, String, OverrideAuth) - Constructor for class hudson.plugins.collabnet.browser.TeamForge
DataBoundConstructor for building the object from form data.
TeamForge(String, String, String, String, String, boolean) - Constructor for class hudson.plugins.collabnet.browser.TeamForge
Simple constructors for rebuilding the object from config data.
TeamForge(String, String, boolean) - Constructor for class hudson.plugins.collabnet.browser.TeamForge
 
TeamForge.DescriptorImpl - Class in hudson.plugins.collabnet.browser
 
TeamForge.DescriptorImpl() - Constructor for class hudson.plugins.collabnet.browser.TeamForge.DescriptorImpl
 
TeamForgeShare - Class in hudson.plugins.collabnet.share
The TeamForgeShare descriptor holds global data to be shared with other extension points.
TeamForgeShare() - Constructor for class hudson.plugins.collabnet.share.TeamForgeShare
 
TeamForgeShare.TeamForgeShareDescriptor - Class in hudson.plugins.collabnet.share
 
TeamForgeShare.TeamForgeShareDescriptor() - Constructor for class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
toString() - Method in class hudson.plugins.collabnet.auth.CNAuthentication
 
toString() - Method in class hudson.plugins.collabnet.auth.CNVersion
Override the toString method to display the parts of the version as a String.
toString() - Method in class hudson.plugins.collabnet.auth.CollabNetRole
Override for prettier logging.
TrackerApp - Class in com.collabnet.ce.webservices
Class to hold the tracker-related methods.
TrackerApp(CollabNetApp) - Constructor for class com.collabnet.ce.webservices.TrackerApp
Contructs a new TrackerApp.
trackerCheck(StaplerRequest) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class to check that a tracker exists.

U

unrequiredInterpretedCheck(String, String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Class for checking an interpreted string which is unrequired.
unset(String) - Static method in class hudson.plugins.collabnet.util.CommonUtil
 
update() - Method in class hudson.plugins.collabnet.util.ComboBoxUpdater
 
updateDoc(String, String) - Method in class com.collabnet.ce.webservices.DocumentApp
Update document with new version.
updateFailingBuild(ArtifactSoapDO, AbstractBuild<?, ?>) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Update the issue with failing build status.
updateSucceedingBuild(ArtifactSoapDO, AbstractBuild<?, ?>) - Method in class hudson.plugins.collabnet.tracker.CNTracker
Update the issue with a build that's successful, but do not change its status.
uploadFile(File) - Method in class com.collabnet.ce.webservices.FileStorageApp
Upload a file to the server.
uploadFile(File) - Method in class com.collabnet.ce.webservices.SimpleFileStorageApp
Upload a file to the server.
uploadFiles(String, AbstractBuild<?, ?>) - Method in class hudson.plugins.collabnet.documentuploader.CNDocumentUploader
Upload files matching the file patterns to the Document Service.
uploadFiles(AbstractBuild<?, ?>, String) - Method in class hudson.plugins.collabnet.filerelease.CNFileRelease
Upload the files which match the file patterns to the given releaseId.
useGlobal() - Method in class hudson.plugins.collabnet.share.TeamForgeShare.TeamForgeShareDescriptor
 
userListCheck(String) - Static method in class hudson.plugins.collabnet.util.CNFormFieldValidator
Check that a comma-separated list of users exists.
username - Variable in class hudson.plugins.collabnet.browser.OverrideAuth
 

V

verifyPath(String, String) - Method in class com.collabnet.ce.webservices.DocumentApp
Verify a document folder path.

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

Copyright © 2010. All Rights Reserved.