Skip navigation links
A B C D G I J M N P S U V _ 

A

addArchiveArtifacts(Project) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Add archive artifacts step
addDeleteWorkspaceBeforeBuildStarts(Project) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Add the delete workspace before build starts option
addSetup(Project) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Add the VectorCAST setup step to copy the python scripts to the workspace
addVCCoverage(Project) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Add VectorCAST coverage reporting step
addXunit(Project) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Add XUnit rules step
all() - Static method in class com.vectorcast.plugins.vectorcastexecution.JobBase
Returns all the registered JobBases.

B

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.DeleteJobs
 
cleanupProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
Cleanup project
cleanupProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
 
com.vectorcast.plugins.vectorcastexecution - package com.vectorcast.plugins.vectorcastexecution
 
com.vectorcast.plugins.vectorcastexecution.job - package com.vectorcast.plugins.vectorcastexecution.job
 
create(boolean) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Create the job(s)
createJobList() - Method in class com.vectorcast.plugins.vectorcastexecution.job.DeleteJobs
Create job list
createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Create top-level project
createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.DeleteJobs
 
createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
Create project
createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
Create project
createProject() - Method in class com.vectorcast.plugins.vectorcastexecution.job.UpdateMultiJob
Create new top-level project

D

DeleteJobs - Class in com.vectorcast.plugins.vectorcastexecution.job
Delete jobs
DeleteJobs(StaplerRequest, StaplerResponse) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.DeleteJobs
Constructor
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.VectorCASTJobDelete.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobMulti.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle.DescriptorImpl
 
DescriptorImpl() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobUpdate.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.
doConfirmDelete(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDelete
Confirm job deletion and actually do the deletions.
doCreate(boolean) - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Do create of project details
doCreate(boolean) - Method in class com.vectorcast.plugins.vectorcastexecution.job.DeleteJobs
 
doCreate(boolean) - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
Create multi-job top-level and sub-projects, updating if required.
doCreate(boolean) - 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.VectorCASTJobMulti
Create multi-job
doCreate(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
Create the single job
doDelete() - Method in class com.vectorcast.plugins.vectorcastexecution.job.DeleteJobs
Delete the jobs
doDelete(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDelete
Delete jobs.
doUpdate(StaplerRequest, StaplerResponse) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobUpdate
Do the update

G

getAll() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
Get all actions associated with this URL
getBaseName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Get base name of manage project
getCompiler() - Method in class com.vectorcast.plugins.vectorcastexecution.job.MultiJobDetail
Get compiler
getDeleted() - Method in class com.vectorcast.plugins.vectorcastexecution.job.UpdateMultiJob
Get the list of deleted jobs
getDeleteJobs() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDelete
Get the delete jobs instance
getDescriptor() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
Default descriptor
getDescriptor() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
 
getDescriptor() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup
 
getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
Default display name.
getDisplayName() - Method in class com.vectorcast.plugins.vectorcastexecution.JobBaseDescriptor
 
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
getEnvironment() - Method in class com.vectorcast.plugins.vectorcastexecution.job.MultiJobDetail
Get environment
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
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.VectorCASTJobMulti
Get the job already exists exception
getException() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
Get job already exists exception
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
getGroups() - Method in class com.vectorcast.plugins.vectorcastexecution.job.ManageProject
Get groups
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.VectorCASTJobMulti
Get the multijob object
getJob() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobUpdate
Get multi-job
getJobs() - Method in class com.vectorcast.plugins.vectorcastexecution.job.ManageProject
Get jobs
getJobsToDelete() - Method in class com.vectorcast.plugins.vectorcastexecution.job.DeleteJobs
Get jobs to delete
getLevel() - Method in class com.vectorcast.plugins.vectorcastexecution.job.MultiJobDetail
Get level
getManageProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Get manage project name
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
getOptionUseReporting() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Get use Jenkins reporting option
getProject() - Method in exception com.vectorcast.plugins.vectorcastexecution.job.JobAlreadyExistsException
Get project name
getProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.MultiJobDetail
Get project name
getProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewSingleJob
Get the name of the project
getProjectName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobSingle
Get the project name
getProjectsAdded() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
Get projects added
getProjectsExisting() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
Get existing projects
getProjectsNeeded() - Method in class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
Get projects needed
getRequest() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Get request
getResponse() - Method in class com.vectorcast.plugins.vectorcastexecution.job.BaseJob
Get response
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.VectorCASTJobDelete
URL name for deleting jobs
getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
Get the diagnostics job URL
getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobMulti
URL for creating multi-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
getUrlName() - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobUpdate
Get name of url for updating multi-job
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
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup.DescriptorImpl
 
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

ManageProject - Class in com.vectorcast.plugins.vectorcastexecution.job
Manage project
ManageProject(String) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.ManageProject
Constructor
Messages - Class in com.vectorcast.plugins.vectorcastexecution
Generated localization support class.
Messages() - Constructor for class com.vectorcast.plugins.vectorcastexecution.Messages
 
MultiJobDetail - Class in com.vectorcast.plugins.vectorcastexecution.job
Details about a manage job
MultiJobDetail(String, String, String, String, String) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.MultiJobDetail
Constructor

N

NewMultiJob - Class in com.vectorcast.plugins.vectorcastexecution.job
Create a new multi-job and associated build/execute and reporting jobs
NewMultiJob(StaplerRequest, StaplerResponse) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.NewMultiJob
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

parse() - Method in class com.vectorcast.plugins.vectorcastexecution.job.ManageProject
Parse the project file
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTCommand
 
perform(Run<?, ?>, FilePath, Launcher, TaskListener) - Method in class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup
Perform the build step.
PROJECT_NAME - Static variable in class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDiag
Name of diagnostic job

S

setTheScm(SCM) - Method in class com.vectorcast.plugins.vectorcastexecution.JobBase
Set the SCM object

U

update() - Method in class com.vectorcast.plugins.vectorcastexecution.job.UpdateMultiJob
Do update
UpdateMultiJob - Class in com.vectorcast.plugins.vectorcastexecution.job
Update a multi-job project.
UpdateMultiJob(StaplerRequest, StaplerResponse) - Constructor for class com.vectorcast.plugins.vectorcastexecution.job.UpdateMultiJob
Constructor

V

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.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
Descriptor for VectorCASTCommand.
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.
VectorCASTJobDelete - Class in com.vectorcast.plugins.vectorcastexecution
Delete jobs
VectorCASTJobDelete() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobDelete
 
VectorCASTJobDelete.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
 
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
 
VectorCASTJobMulti - Class in com.vectorcast.plugins.vectorcastexecution
Create multiple jobs
VectorCASTJobMulti() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobMulti
 
VectorCASTJobMulti.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
 
VectorCASTJobUpdate - Class in com.vectorcast.plugins.vectorcastexecution
Update a set of multi-jobs
VectorCASTJobUpdate() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTJobUpdate
 
VectorCASTJobUpdate.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
 
VectorCASTSetup - Class in com.vectorcast.plugins.vectorcastexecution
VectorCAST setup build action
VectorCASTSetup() - Constructor for class com.vectorcast.plugins.vectorcastexecution.VectorCASTSetup
Create a VectorCAST setup step
VectorCASTSetup.DescriptorImpl - Class in com.vectorcast.plugins.vectorcastexecution
Descriptor for VectorCASTSetup.
VectorCASTSetup_DisplayName() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
Key VectorCASTSetup.DisplayName: VectorCAST Setup.

_

_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.
_VectorCASTSetup_DisplayName() - Static method in class com.vectorcast.plugins.vectorcastexecution.Messages
Key VectorCASTSetup.DisplayName: VectorCAST Setup.
A B C D G I J M N P S U V _ 
Skip navigation links

Copyright © 2016 Vector Software. All rights reserved.