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

A

addEntry(Collection<String>, String, String) - Method in class hudson.scm.IntegrityChangeLogSet
Adds an entry to the change set.
addNewEntry(Collection<String>, String, String) - Method in class hudson.scm.IntegrityChangeLogSet
Returns a new IntegrityChangeLog, which is already added to the list.
APISession - Class in hudson.scm
This class represents the Integration Point to a server.
APISession(String, int, String, String, boolean) - Constructor for class hudson.scm.APISession
Constructor for the API Session Object

B

BUILD_PROJECT - Static variable in class hudson.scm.IntegrityCMProject
 
buildEnvVars(AbstractBuild<?, ?>, Map<String, String>) - Method in class hudson.scm.IntegritySCM
Adds MKS Integrity CM Project info to the build variables

C

calcRevisionsFromBuild(AbstractBuild<?, ?>, Launcher, TaskListener) - Method in class hudson.scm.IntegritySCM
Overridden calcRevisionsFromBuild function Returns the current project configuration which can be used to difference any future configurations
checkout(APISession) - Method in class hudson.scm.IntegrityCMMember
Performs a checkout of this MKS Integrity Source File to a working file location on the build server represented by targetFile
checkout(AbstractBuild<?, ?>, Launcher, FilePath, BuildListener, File) - Method in class hudson.scm.IntegritySCM
Overridden checkout function This is the real invocation of this plugin.
CHECKPOINT_DESCRIPTOR - Static variable in class hudson.scm.IntegrityCheckpointAction
 
compareBaseline(IntegrityCMProject) - Method in class hudson.scm.IntegrityCMProject
Compares this version of the project to a previous/new version to determine what are the updates and what was deleted
compareRemoteRevisionWith(AbstractProject<?, ?>, Launcher, FilePath, TaskListener, SCMRevisionState) - Method in class hudson.scm.IntegritySCM
Overridden compareRemoteRevisionWith function Loads up the previous project configuration and compares that against the current to determine if the project has changed
configure(StaplerRequest, JSONObject) - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
configure(StaplerRequest, JSONObject) - Method in class hudson.scm.IntegritySCM.DescriptorImpl
This method is invoked when the global configuration page is submitted.
createAPISession() - Method in class hudson.scm.IntegritySCM
Creates an authenticated API Session against the MKS Integrity Server
createChangeLogParser() - Method in class hudson.scm.IntegritySCM
Overridden createChangeLogParser function Creates a custom Integrity Change Log Parser, which compares two view project outputs

D

doGlobalOptionsCheck(String) - Method in class hudson.scm.IntegritySCM.DescriptorImpl
The field mks.globalOptions will be validated through the checkUrl.
doTagNameCheck(String) - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 

E

equals(Object) - Method in class hudson.scm.IntegrityCMMember
 
evalGroovyExpression(Map<String, String>, String) - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
ExceptionHandler - Class in hudson.scm
 
ExceptionHandler(APIException) - Constructor for class hudson.scm.ExceptionHandler
Constructor requires a single APIException to debug

F

FILES_ORDER - Static variable in class hudson.scm.IntegrityCMProject
 
FS - Static variable in class hudson.scm.IntegritySCM
 

G

getAction() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns the action associated with this change, i.e.
getAddedMembers() - Method in class hudson.scm.IntegrityCMProject
Returns the newly added members to this project based on a baseline comparison
getAffectedPaths() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns a collection of all affected paths
getAnnotatedLink() - Method in class hudson.scm.IntegrityCMMember
Returns an URL encoded string representation for invoking this Integrity member's annotated view
getAnnotation() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns a string url representation containing the link to the MKS Integrity Annotated Member view
getAuthor() - Method in class hudson.scm.IntegrityChangeLogSet
Returns the author responsible for creating this Change Set
getAuthor() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns the author responsible for the change Note: This user must be defined in Hudson!
getAuthor() - Method in class hudson.scm.IntegrityCMMember
Returns the author for this member revision
getBrowser() - Method in class hudson.scm.IntegritySCM
 
getChangeCount() - Method in class hudson.scm.IntegrityCMProject
Returns the total number of changes found from the baseline comparison This assumes that compareBaseline() has been called already *
getChangeLog(String, APISession) - Method in class hudson.scm.IntegrityCMProject
Returns the Change Log based on the project baseline comparison This assumes that compareBaseline() has been called already
getChangeSetLink(IntegrityChangeLogSet.IntegrityChangeLog) - Method in class hudson.scm.browsers.IntegrityWebUI
At this point we don't have a separate link for the Change Set itself Each entry essentially is a change set within itself Returns an Integrity annotation view link for a specific file
getCleanCopy() - Method in class hudson.scm.IntegritySCM
Returns true/false depending on whether or not the workspace is required to be cleaned
getCommand() - Method in class hudson.scm.ExceptionHandler
Returns the executed command that caused the exception
getConfigPath() - Method in class hudson.scm.IntegritySCM
Returns the Project or Configuration Path for a MKS Integrity Source Project
getConfigurationPath() - Method in class hudson.scm.IntegrityCMProject
Returns the Full Configuration Path for this Integrity CM Project
getDate() - Method in class hudson.scm.IntegrityChangeLogSet
Returns the date/time information of when this Change Set was created
getDate() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns the modification timestamp for this Entry
getDefaultTagName() - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
getDescription() - Method in class hudson.scm.IntegrityCMMember
Returns any check-in comments associated with this revision
getDescriptor() - Method in class hudson.scm.browsers.IntegrityWebUI
Returns the Descriptor> for the IntegrityWebUI object.
getDescriptor() - Method in class hudson.scm.IntegrityCheckpointAction
Return the instance of DescriptorImpl object for this class
getDescriptor() - Method in class hudson.scm.IntegritySCM
Returns the SCMDescriptor for the SCM object.
getDifferences() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns a string representation containing the link to the MKS Integrity Member differences view
getDifferencesLink() - Method in class hudson.scm.IntegrityCMMember
Returns an URL encoded string representation for invoking this Integrity member's differences view This assumes that IntegrityCMProject.compareBaseline() was invoked!
getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog) - Method in class hudson.scm.browsers.IntegrityWebUI
Returns an Integrity differences link for a specific file
getDiffLink(IntegrityChangeLogSet.IntegrityChangeLog) - Method in class hudson.scm.IntegrityRepositoryBrowser
Constructs the differences link between two MKS Integrity Member Revisions.
getDisplayName() - Method in class hudson.scm.browsers.IntegrityWebUI.IntegrityWebUIDescriptorImpl
Returns the name for this Repository Browser
getDisplayName() - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
getDisplayName() - Method in class hudson.scm.IntegritySCM.DescriptorImpl
Returns the name of the SCM, this is the name that will show up next to CVS, Subversion, etc.
getDroppedMembers() - Method in class hudson.scm.IntegrityCMProject
Returns the dropped members to this project based on a baseline comparison
getEditType() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Used by the stapler class to display an appropriate icon associated with the change
getExitCode() - Method in class hudson.scm.ExceptionHandler
Returns the exit codes associated with executing the command
getFile() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns the MKS Integrity Project Member path for this change
getGlobalOptions() - Method in class hudson.scm.IntegritySCM.DescriptorImpl
Returns the MKS Integrity global options configured for this plugin
getHostName() - Method in class hudson.scm.APISession
Returns the MKS Integrity Hostname for this APISession
getHostName() - Method in class hudson.scm.IntegritySCM
Returns the host name of the MKS Integrity Server
getIntegrityProject() - Method in class hudson.scm.IntegritySCM
Returns the MKS Integrity Configuration Management Project
getIntegrityURL() - Method in class hudson.scm.IntegrityChangeLogSet
Provides the Integrity URL for this Change Log Set
getKind() - Method in class hudson.scm.IntegrityChangeLogSet
Returns the type of this Change Log Set
getLastCheckpointDate() - Method in class hudson.scm.IntegrityCMProject
Returns the date when the last checkpoint was performed on this Project
getLineTerminator() - Method in class hudson.scm.IntegritySCM
Returns the line terminator to apply when obtaining files from the MKS Integrity Server
getLineTerminator(String) - Method in class hudson.scm.IntegritySCM
Sets the line terminator to apply when obtaining files from the MKS Integrity Server
getLogs() - Method in class hudson.scm.IntegrityChangeLogSet
Returns the list of Change Logs
getMemberName() - Method in class hudson.scm.IntegrityCMMember
Returns the full server-side member path for this member
getMessage() - Method in class hudson.scm.ExceptionHandler
Returns the Message obtained from the APIException
getMsg() - Method in class hudson.scm.IntegrityChangeLogSet
Returns the comments associated with this Change Set
getMsg() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns the comments associated with the change
getName() - Method in class hudson.scm.IntegrityCMMember
Returns only the file name portion for this full server-side member path
getParent() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Gets the IntegrityChangeLogSet to which this change set belongs.
getPassword() - Method in class hudson.scm.IntegritySCM
Returns the clear password of the user connecting to the MKS Integrity Server
getPort() - Method in class hudson.scm.APISession
Returns the MKS Integrity Port for this APISession
getPort() - Method in class hudson.scm.IntegritySCM
Returns the port of the MKS Integrity Server
getProjectMembers() - Method in class hudson.scm.IntegrityCMProject
Returns the previously parsed output from the si viewproject command to get a list of members
getProjectName() - Method in class hudson.scm.IntegrityCMProject
Returns the project path for this Integrity CM Project
getRequiredMonitorService() - Method in class hudson.scm.IntegrityCheckpointAction
Returns the build step we're monitoring
getRestoreTimestamp() - Method in class hudson.scm.IntegritySCM
Returns true/false depending on whether or not the restore timestamp option is in effect
getRevision() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Returns the revision number associated with the change
getRevision() - Method in class hudson.scm.IntegrityCMMember
Returns a string representation of this member's revision
getSecure() - Method in class hudson.scm.IntegritySCM
Returns true/false depending on secure sockets are enabled
getSIProject() - Method in class hudson.scm.IntegrityRevisionState
 
getTagName() - Method in class hudson.scm.IntegrityCheckpointAction
Returns the label pattern for the Checkpoint
getTargetFilePath() - Method in class hudson.scm.IntegrityCMMember
Returns a string representation of this file's full path name, where it will checked out to disk for the build.
getTimestamp() - Method in class hudson.scm.IntegrityCMMember
Returns the date/time associated with this member revision
getUpdatedMembers() - Method in class hudson.scm.IntegrityCMProject
Returns the updated members to this project based on a baseline comparison
getUser() - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Gets the user responsible for the change
getUserName() - Method in class hudson.scm.APISession
Returns the MKS Integrity User for this APISession
getUserName() - Method in class hudson.scm.IntegritySCM
Returns the User connecting to the MKS Integrity Server
getVersion() - Method in class hudson.scm.IntegrityChangeLogSet
Returns the version information associated with this Change Set
getViewProjectResponseFile(AbstractBuild<?, ?>) - Static method in class hudson.scm.IntegritySCM
Returns the MKS API Response xml file for the specified build

H

hasProjectChanged() - Method in class hudson.scm.IntegrityCMProject
Determines whether this project has changed based on a baseline comparison This assumes that compareBaseline() has been called already
hudson.scm - package hudson.scm
 
hudson.scm.browsers - package hudson.scm.browsers
 

I

INTEGRITY_DESCRIPTOR - Static variable in class hudson.scm.IntegritySCM.DescriptorImpl
 
IntegrityChangeLogParser - Class in hudson.scm
At this point, this
IntegrityChangeLogParser(String) - Constructor for class hudson.scm.IntegrityChangeLogParser
Provides a mechanism to obtain the host/port information for constructing links to annotations and differences views
IntegrityChangeLogSet - Class in hudson.scm
This class is a representation of all the Changes that were performed between builds At this point we're essentially skipping the Change Set part and only working with the entries within the Change Set, i.e.
IntegrityChangeLogSet(AbstractBuild<?, ?>, List<IntegrityChangeLogSet.IntegrityChangeLog>, String) - Constructor for class hudson.scm.IntegrityChangeLogSet
IntegrityChangeLogSet is a collection of all the changes for this build
IntegrityChangeLogSet.IntegrityChangeLog - Class in hudson.scm
The Entry class defines the metadata related to an individual file change
IntegrityChangeLogSet.IntegrityChangeLog() - Constructor for class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Default constructor for the Digester
IntegrityChangeLogSet.IntegrityChangeLog(ChangeLogSet<IntegrityChangeLogSet.IntegrityChangeLog>, Collection<String>, String, String) - Constructor for class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
IntegrityChangeLog Class Constructor
IntegrityCheckoutTask - Class in hudson.scm
 
IntegrityCheckoutTask(IntegritySCM, IntegrityCMProject, boolean, BuildListener) - Constructor for class hudson.scm.IntegrityCheckoutTask
Hudson supports building on distributed machines, and the SCM plugin must be able to be executed on other machines than the master.
IntegrityCheckpointAction - Class in hudson.scm
 
IntegrityCheckpointAction() - Constructor for class hudson.scm.IntegrityCheckpointAction
 
IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl - Class in hudson.scm
The relationship of Descriptor and IntegrityCheckpointAction (the describable) is akin to class and object.
IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl() - Constructor for class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
IntegrityCMMember - Class in hudson.scm
This class represents an Integrity CM Member It contains all the necessary metadata to check this file out individually
IntegrityCMMember(WorkItem, String, String, APISession) - Constructor for class hudson.scm.IntegrityCMMember
This class represents an MKS Integrity Source File It needs the Member Name (relative path to pj), Full Member Path, Project Configuration Path, Revision, Project's Root Path, and the current Workspace directory (to compute the working file path) for its instantiation.
IntegrityCMProject - Class in hudson.scm
This class represents a MKS Integrity Configuration Management Project Provides metadata information about a Project
IntegrityCMProject(WorkItem) - Constructor for class hudson.scm.IntegrityCMProject
Creates an instance of an Integrity CM Project and extracts all information from the API Response Field
IntegrityRepositoryBrowser - Class in hudson.scm
 
IntegrityRepositoryBrowser() - Constructor for class hudson.scm.IntegrityRepositoryBrowser
 
IntegrityRevisionState - Class in hudson.scm
Contains the state of the current MKS Integrity Configuration Management Project
IntegrityRevisionState(IntegrityCMProject) - Constructor for class hudson.scm.IntegrityRevisionState
 
IntegritySCM - Class in hudson.scm
This class provides an integration between Hudson for Continuous Builds and MKS Integrity for Configuration Management
IntegritySCM(IntegrityRepositoryBrowser, String, int, boolean, String, String, String, boolean, String, boolean) - Constructor for class hudson.scm.IntegritySCM
Create a constructor that takes non-transient fields, and add the annotation @DataBoundConstructor to it.
IntegritySCM.DescriptorImpl - Class in hudson.scm
The relationship of Descriptor and SCM (the describable) is akin to class and object.
IntegritySCM.DescriptorImpl() - Constructor for class hudson.scm.IntegritySCM.DescriptorImpl
 
IntegrityWebUI - Class in hudson.scm.browsers
 
IntegrityWebUI(String) - Constructor for class hudson.scm.browsers.IntegrityWebUI
Provides a mechanism to override the URL for the Change Log Set
IntegrityWebUI.IntegrityWebUIDescriptorImpl - Class in hudson.scm.browsers
The relationship of Descriptor and Browser (the describable) is akin to class and object.
IntegrityWebUI.IntegrityWebUIDescriptorImpl() - Constructor for class hudson.scm.browsers.IntegrityWebUI.IntegrityWebUIDescriptorImpl
 
invoke(File, VirtualChannel) - Method in class hudson.scm.IntegrityCheckoutTask
This task wraps around the code necessary to checkout Integrity CM Members on remote machines
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
isBuild() - Method in class hudson.scm.IntegrityCMProject
Returns true if this is a Build Project
isEmptySet() - Method in class hudson.scm.IntegrityChangeLogSet
Overridden isEmptySet() implementation for the Change Log Set
isNormal() - Method in class hudson.scm.IntegrityCMProject
Returns true is this is a Normal Project
isVariant() - Method in class hudson.scm.IntegrityCMProject
Returns true if this is a Variant Project
iterator() - Method in class hudson.scm.IntegrityChangeLogSet
Overridden Iterator implementation for the Integrity Change Logs in this Integrity Change Log Set

M

MAJOR_VERSION - Static variable in class hudson.scm.APISession
 
MINOR_VERSION - Static variable in class hudson.scm.APISession
 

N

needsToRunAfterFinalized() - Method in class hudson.scm.IntegrityCheckpointAction
Toggles whether or not this needs to run after build is finalized
newInstance(StaplerRequest, JSONObject) - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.scm.IntegritySCM.DescriptorImpl
 
NL - Static variable in class hudson.scm.IntegritySCM
 
NORMAL_PROJECT - Static variable in class hudson.scm.IntegrityCMProject
 

P

parse(AbstractBuild, File) - Method in class hudson.scm.IntegrityChangeLogParser
Overridden ChangeLogParser
parseProject(WorkItemIterator, APISession) - Method in class hudson.scm.IntegrityCMProject
Parses the output from the si viewproject command to get a list of members
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.scm.IntegrityCheckpointAction
Executes the actual MKS Integrity Checkpoint operation

R

requiresWorkspaceForPolling() - Method in class hudson.scm.IntegritySCM
Toggles whether or not a workspace is required for polling Since, we're using a Server Integration Point in the MKS API, we do not require a workspace.
runCommand(Command) - Method in class hudson.scm.APISession
This function executes a generic API/CLI Command
runCommandAs(Command, String) - Method in class hudson.scm.APISession
This function executes a generic API/CLI Command impersonating another user

S

SDF - Static variable in class hudson.scm.IntegritySCM
 
setAction(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Sets the action associated with this change, i.e.
setAnnotation(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Sets a string url representation containing the link to the MKS Integrity Annotated Member view
setAuthor(String) - Method in class hudson.scm.IntegrityChangeLogSet
Sets the author responsible for creating this Change Set
setCleanCopy(boolean) - Method in class hudson.scm.IntegritySCM
Toggles whether or not the workspace is required to be cleaned
setConfigPath(String) - Method in class hudson.scm.IntegritySCM
Sets the Project or Configuration Path for a MKS Integrity Source Project
setDate(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Sets the date stamp for when this change was made
setDate(String) - Method in class hudson.scm.IntegrityChangeLogSet
Sets the date/time information of when this Change Set was created
setDefaultTagName(String) - Method in class hudson.scm.IntegrityCheckpointAction.IntegrityCheckpointDescriptorImpl
 
setDifferences(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Sets a string url representation containing the link to the MKS Integrity Member differences view
setFile(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Sets the MKS Integrity Project Member path for this change
setGlobalOptions(String) - Method in class hudson.scm.IntegritySCM.DescriptorImpl
Sets the MKS Integrity global options configured for this plugin
setHostName(String) - Method in class hudson.scm.IntegritySCM
Sets the host name of the MKS Integrity Server
setLineTerminator(String) - Method in class hudson.scm.IntegrityCMMember
Optionally, one may set a line terminator, if the default is not desired.
setLineTerminator(String) - Method in class hudson.scm.IntegrityCMProject
Sets the optional line terminator option for this project
setMsg(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Setter method to initialize the comments for this change
setMsg(String) - Method in class hudson.scm.IntegrityChangeLogSet
Sets the comments associated this Change Set
setOverwriteExisting(String) - Method in class hudson.scm.IntegrityCMMember
Optionally, one may choose not to overwrite existing files, this may speed up the synchronization process if a clear copy is not requested.
setParent(ChangeLogSet) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Because of the class loader difference, we need to extend this method to make it accessible to the rest of IntegritySCM
setPassword(String) - Method in class hudson.scm.IntegritySCM
Sets the encrypted Password of the user connecting to the MKS Integrity Server
setPort(int) - Method in class hudson.scm.IntegritySCM
Sets the port of the MKS Integrity Server
setPriorRevision(String) - Method in class hudson.scm.IntegrityCMMember
Access function to initialize the prior revision, used for differences view This will be invoked from the IntegrityCMProject.compareBaseline() function
setRestoreTimestamp(boolean) - Method in class hudson.scm.IntegrityCMMember
Optionally, one might want to restore the timestamp, if the build is smart not to recompile files that were not touched.
setRestoreTimestamp(boolean) - Method in class hudson.scm.IntegrityCMProject
Sets the optional restore timestamp option for this project
setRestoreTimestamp(boolean) - Method in class hudson.scm.IntegritySCM
Toggles whether or not to restore the timestamp for individual files
setRevision(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Provides the mechanism to populate the revision string for this Entry
setSecure(boolean) - Method in class hudson.scm.IntegritySCM
Toggles whether or not secure sockets are enabled
setTagName(String) - Method in class hudson.scm.IntegrityCheckpointAction
Sets the label for the Checkpoint
setUser(String) - Method in class hudson.scm.IntegrityChangeLogSet.IntegrityChangeLog
Sets the user responsible for the change
setUserName(String) - Method in class hudson.scm.IntegritySCM
Sets the User connecting to the MKS Integrity Server
setVersion(String) - Method in class hudson.scm.IntegrityChangeLogSet
Sets the version information associated with this Change Set
setWorkspaceDir(String) - Method in class hudson.scm.IntegrityCMMember
Constructs an absolute path for the target file based on the workspace it will be checked out to

T

Terminate() - Method in class hudson.scm.APISession
Terminate the API Session and Integration Point

U

url - Variable in class hudson.scm.browsers.IntegrityWebUI
The URL of the MKS Integrity Configuration Management Server For example: http://hostname:7001 NOTE: This is optional and is used as an override to the URL found within the IntegrityChangeLogSet.getIntegrityURL()

V

VARIANT_PROJECT - Static variable in class hudson.scm.IntegrityCMProject
 
VERSION - Static variable in class hudson.scm.APISession
 

W

WEBUI_DESCRIPTOR - Static variable in class hudson.scm.browsers.IntegrityWebUI
 

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

Copyright © 2004-2011 Hudson. All Rights Reserved.