A B C D E G I J M N P S V _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addArchiveArtifacts(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add archive artifacts step.
- addCopyResultsToImport(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add archive artifacts step.
- addCredentialID(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add credentials for coverage reporting step.
- addDelWSBeforeBuild(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add the delete workspace before build starts option.
- addJenkinsCoverage(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add Jenkins coverage reporting step.
- addJunit(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add JUnit rules step.
- addPCLintPlus(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add PC-Lint Plus step.
- addReferenceBuild(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add Jenkins coverage reporting step.
- addSetup(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add the VectorCAST setup step to copy the python scripts to.
- addVCCoverage(Project<?, ?>) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Add VectorCAST coverage reporting step.
- all() - Static method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Returns all the registered
JobBase
s.
B
- BadOptionComboException - Exception in com.vectorcast.plugins.vectorcastexecution.job
-
Exception raised if job being created already exists.
- BadOptionComboException(String, String) - Constructor for exception com.vectorcast.plugins.vectorcastexecution.job.BadOptionComboException
-
Constructor.
- BaseJob - Class in com.vectorcast.plugins.vectorcastexecution.job
-
Base job management - create/delete/update.
- BaseJob(StaplerRequest, StaplerResponse) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Constructor.
C
- cleanupProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Cleanup top-level project, as in delete.
- cleanupProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Cleans up the project - should not be called at this level.
- cleanupProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
-
throw error if cleanupProject is called.
- com.vectorcast.plugins.vectorcastexecution - package com.vectorcast.plugins.vectorcastexecution
-
Non-specific java for VCE.
- com.vectorcast.plugins.vectorcastexecution.common - package com.vectorcast.plugins.vectorcastexecution.common
-
Common VCE java utilities.
- com.vectorcast.plugins.vectorcastexecution.job - package com.vectorcast.plugins.vectorcastexecution.job
-
Job-specific java for VCE.
- create() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Create the job(s).
- create() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Create the Pipeline Jenkinsfile script.
- createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Create top-level project.
- createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Create project.
- createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
-
Create project.
D
- DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand.DescriptorImpl
-
In order to load the persisted global configuration, you have to call load() in the constructor.
- DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag.DescriptorImpl
- DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline.DescriptorImpl
- DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle.DescriptorImpl
- DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup.DescriptorImpl
-
In order to load the persisted global configuration, you have to call load() in the constructor.
- doCreate() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Do create of project details.
- doCreate() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Add build steps.
- doCreate() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
-
Add build steps.
- doCreate(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
Create the diagnostics job.
- doCreate(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
Create pipeline job.
- doCreate(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
-
Create the single job.
E
- ExternalResultsFileException - Exception in com.vectorcast.plugins.vectorcastexecution.job
-
Exception raised if the supplied manage project file cannot be read.
- ExternalResultsFileException() - Constructor for exception com.vectorcast.plugins.vectorcastexecution.job.ExternalResultsFileException
-
Classes default construtor to call parent.
G
- getAll() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Get all actions associated with this URL.
- getBaselineLinuxSingleFile() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Call to get baseline linux single job file.
- getBaselinePipelineGroovy() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Call to get baseline groovy script for pipeline job.
- getBaselinePostBuildGroovyScript() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Call to get baseline post-build groovy job file.
- getBaselineWindowsSingleFile() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Call to get baseline windows single job file.
- getBaseName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get base name of manage project.
- getDescriptor() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Default descriptor.
- getDescriptor() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
-
Get the descriptor.
- getDescriptor() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup
-
getDescriptor for
VectorCASTSetup
. - getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Default display name.
- getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBaseDescriptor
-
Gets the display name.
- getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand.DescriptorImpl
-
This human readable name is used in the configuration screen.
- getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Display name for the top-level action/menu-item.
- getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup.DescriptorImpl
-
This human readable name is used in the configuration screen.
- getDynamic(String) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Get dynamic 'job' - used by Stapler.
- getEnvironmentSetup() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getEnvironmentSetup.
- getEnvironmentSetupUnix() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get environment setup for unix.
- getEnvironmentSetupWin() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get environment setup for windows.
- getEnvironmentTeardown() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getExecutePreamble.
- getEnvironmentTeardownUnix() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get environment tear down for unix.
- getEnvironmentTeardownWin() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get environment tear down for windows.
- getException() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
Get the job already exists exception.
- getException() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
-
Get job already exists exception.
- getExecutePreamble() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getExecutePreamble.
- getExecutePreambleUnix() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get execute preamble for unix.
- getExecutePreambleWin() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get execute preamble for windows.
- getExternalResultsFilename() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use as external result filename.
- getIconFileName() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Default icon name.
- getIconFileName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Get the icon to use.
- getInstance() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get Jenkins instance.
- getJob() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
Get the pipeline job object.
- getJobName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get the user-specified job name.
- getManageProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get manage project name.
- getMaxParallel() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get for maxParallel to control maximum number of jobs to be queue at at any one point.
- getNodeLabel() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get node label.
- getOption1() - Method in exception com.vectorcast.plugins.vectorcastexecution.job.BadOptionComboException
-
Get option one name.
- getOption2() - Method in exception com.vectorcast.plugins.vectorcastexecution.job.BadOptionComboException
-
Get option two name.
- getOptionClean() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to clean workspace before build.
- getOptionErrorLevel() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get error level.
- getOptionExecutionReport() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Use execution report.
- getOptionHTMLBuildDesc() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Use HTML Build Description.
- getOptionUseReporting() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get use Jenkins reporting option.
- getPathToManageProject() - Method in exception com.vectorcast.plugins.vectorcastexecution.job.ScmConflictException
-
Get path to manage project name.
- getPclpCommand() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get pc-lint plus command.
- getPclpResultsPattern() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get pc-lint plus result pattern.
- getPipelineConfigParametersXML() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Call to get baseline config.xml with parameters for pipeline job .
- getPipelineConfigXML() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Call to get baseline config.xml for pipeline job .
- getPipelineSCM() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get pipelineSCM.
- getPostSCMCheckoutCommands() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getPostSCMCheckoutCommands.
- getProject() - Method in exception com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
-
Get project name.
- getProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get the name of the project.
- getProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
Get the project name.
- getProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
-
Get the project name.
- getRequest() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get request.
- getRequest() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
Get request.
- getResException() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
Get the job already scm conflict exception.
- getResponse() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get response.
- getResponse() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
Get response.
- getScmException() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
Get the job already scm conflict exception.
- getScmSnippet() - Method in exception com.vectorcast.plugins.vectorcastexecution.job.ScmConflictException
-
Get scm snippet name.
- getSharedArtifactDir() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getSharedArtifactDirectory.
- getSingleCheckout() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getSingleCheckout.
- getSquoreCommand() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get command for running Squore.
- getTestInsightsCredentialsId() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get Credentials for TESTinsights.
- getTestInsightsProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get Project for TESTinsights.
- getTestInsightsProxy() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get Proxy for TESTinsights.
- getTestInsightsScmTech() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get SCM Technology TESTinsights.
- getTestInsightsScmUrl() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get SCM URL for TESTinsights.
- getTestInsightsUrl() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get URL for TESTinsights.
- getTheScm() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Get the SCM.
- getTopProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get top-level project.
- getUnixCommand() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
-
Get the Unix variant of the command.
- getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Default URL name.
- getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
Get the diagnostics job URL.
- getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
-
URL for creating pipeline job.
- getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Get name of top-level action/url.
- getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
-
Get url name for creating single job.
- getUseCBT() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getUseCBT.
- getUseCILicenses() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to use CI licenses.
- getUseCILicensesUnix() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get use CI license for Linux.
- getUseCILicensesWin() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get use CI license for Linux.
- getUseCoverageHistory() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use coverage history to control build status.
- getUseCoveragePlugin() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to use coverage plugin or vectorcast coverage plugin.
- getUseExternalImportedResults() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use external imported results.
- getUseImportedResults() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use imported results.
- getUseLocalImportedResults() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use local imported results.
- getUseParameters() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Get getUseParameters.
- getUseRGW3() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use RGW3 capabilities.
- getUseStrictTestcaseImport() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get option to Use strict testcase import.
- getVersion() - Static method in class com.vectorcast.plugins.vectorcastexecution.common.VcastUtils
-
Gets the version of the plugins.
- getVersion() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Default version.
- getWaitLoops() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get the number of wait loops.
- getWaitTime() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Get the time to wait between retries.
- getWinCommand() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
-
Get the windows variant of the command.
I
- InvalidProjectFileException - Exception in com.vectorcast.plugins.vectorcastexecution.job
-
Exception raised if the supplied manage project file cannot be read.
- InvalidProjectFileException() - Constructor for exception com.vectorcast.plugins.vectorcastexecution.job.InvalidProjectFileException
-
Classes default construtor to call parent.
- isApplicable(Class<? extends AbstractProject>) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand.DescriptorImpl
-
Override to fill out the class.
- isApplicable(Class<? extends AbstractProject>) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup.DescriptorImpl
-
Override call to isApplicable.
- isExists() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
Check if the diagnostics job exists.
- isUsingScm() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Using some form of SCM.
J
- JobAlreadyExistsException - Exception in com.vectorcast.plugins.vectorcastexecution.job
-
Exception raised if job being created already exists.
- JobAlreadyExistsException(String) - Constructor for exception com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
-
Constructor.
- JobBase - Class in com.vectorcast.plugins.vectorcastexecution
-
Base job.
- JobBase() - Constructor for class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Default Constructor.
- JobBaseDescriptor - Class in com.vectorcast.plugins.vectorcastexecution
-
Base descriptor for the VectorCAST jobs.
- JobBaseDescriptor() - Constructor for class com.vectorcast.plugins.vectorcastexecution.JobBaseDescriptor
M
- Messages - Class in com.vectorcast.plugins.vectorcastexecution
-
Generated localization support class.
- Messages() - Constructor for class com.vectorcast.plugins.vectorcastexecution.Messages
N
- NewPipelineJob - Class in com.vectorcast.plugins.vectorcastexecution.job
-
Create a new single job.
- NewPipelineJob(StaplerRequest, StaplerResponse) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.NewPipelineJob
-
Constructor.
- NewSingleJob - Class in com.vectorcast.plugins.vectorcastexecution.job
-
Create a new single job.
- NewSingleJob(StaplerRequest, StaplerResponse) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
-
Constructor.
P
- perform(Run<?, ?>, FilePath, EnvVars, Launcher, TaskListener) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup
-
Perform the build step.
- perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
-
Perform the script to run the job.
- PERMISSIONS_GROUP - Static variable in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Permission for Jenkins.
- PROJECT_NAME - Static variable in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
-
Name of diagnostic job.
S
- ScmConflictException - Exception in com.vectorcast.plugins.vectorcastexecution.job
-
Exception raised if job being created already exists.
- ScmConflictException(String, String) - Constructor for exception com.vectorcast.plugins.vectorcastexecution.job.ScmConflictException
-
Constructor.
- setProjectName(String) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Sets the name of the project.
- setTestInsightsProject(String) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
set Project for TESTinsights.
- setTestInsightsScmTech(String) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Set SCM Technology TESTinsights.
- setTestInsightsScmUrl(String) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Set SCM URL for TESTinsights.
- setTheScm(SCM) - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
-
Set the SCM object.
- setUsingSCM(boolean) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
-
Set using some form of SCM.
V
- VcastUtils - Class in com.vectorcast.plugins.vectorcastexecution.common
-
Utility class for VectorCAST.
- VcastUtils() - Constructor for class com.vectorcast.plugins.vectorcastexecution.common.VcastUtils
- VectorCASTCommand - Class in com.vectorcast.plugins.vectorcastexecution
-
This class allows a command script to be specified for both Linux and Windows and the build step will test and run the correct command.
- VectorCASTCommand(String, String) - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
-
Create a VectorCAST command.
- VectorCASTCommand_AddVCJob() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTCommand.AddVCJob
:VectorCAST
. - VectorCASTCommand_DisplayName() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTCommand.DisplayName
:VectorCAST Command
. - VectorCASTCommand.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
-
Descriptor for
VectorCASTCommand
. - VectorCASTJobDiag - Class in com.vectorcast.plugins.vectorcastexecution
-
Create VectorCAST diagnostic job.
- VectorCASTJobDiag() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
- VectorCASTJobDiag.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
- VectorCASTJobPipeline - Class in com.vectorcast.plugins.vectorcastexecution
-
Create multiple jobs.
- VectorCASTJobPipeline() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobPipeline
- VectorCASTJobPipeline.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
- VectorCASTJobRoot - Class in com.vectorcast.plugins.vectorcastexecution
-
Top level of VectorCAST job control.
- VectorCASTJobRoot() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
- VectorCASTJobSingle - Class in com.vectorcast.plugins.vectorcastexecution
-
Create single job.
- VectorCASTJobSingle() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
- VectorCASTJobSingle.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
-
Extension of JobBaseDescriptor.
- VectorCASTRootAction_PermissionGroup() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTRootAction.PermissionGroup
:VectorCAST Execution
. - VectorCASTRootAction_ViewPermission() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTRootAction.ViewPermission
:View
. - VectorCASTRootAction_ViewPermissionDescription() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTRootAction.ViewPermissionDescription
:This permission grants the ability to view VectorCAST Execution
. - VectorCASTSetup - Class in com.vectorcast.plugins.vectorcastexecution
-
VectorCAST setup build action.
- VectorCASTSetup() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup
-
Default constructor.
- VectorCASTSetup_DisplayName() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTSetup.DisplayName
:VectorCAST Setup
. - VectorCASTSetup.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
-
Descriptor for
VectorCASTSetup
. - VIEW - Static variable in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
Permission View for Jenkins.
_
- _VectorCASTCommand_AddVCJob() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTCommand.AddVCJob
:VectorCAST
. - _VectorCASTCommand_DisplayName() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTCommand.DisplayName
:VectorCAST Command
. - _VectorCASTRootAction_PermissionGroup() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTRootAction.PermissionGroup
:VectorCAST Execution
. - _VectorCASTRootAction_ViewPermission() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTRootAction.ViewPermission
:View
. - _VectorCASTRootAction_ViewPermissionDescription() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTRootAction.ViewPermissionDescription
:This permission grants the ability to view VectorCAST Execution
. - _VectorCASTSetup_DisplayName() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
-
Key
VectorCASTSetup.DisplayName
:VectorCAST Setup
.
All Classes All Packages