Class VectorCASTJobRoot
- java.lang.Object
- 
- com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
 
- 
- All Implemented Interfaces:
- ExtensionPoint,- Action,- ModelObject,- RootAction
 
 @Extension public class VectorCASTJobRoot extends Object implements RootAction Top level of VectorCAST job control.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static PermissionGroupPERMISSIONS_GROUPPermission for Jenkins.static PermissionVIEWPermission View for Jenkins.
 - 
Constructor SummaryConstructors Constructor Description VectorCASTJobRoot()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JobBase>getAll()Get all actions associated with this URL.StringgetDisplayName()Display name for the top-level action/menu-item.JobBasegetDynamic(String name)Get dynamic 'job' - used by Stapler.StringgetIconFileName()Get the icon to use.StringgetUrlName()Get name of top-level action/url.StringgetVersion()Default version.
 
- 
- 
- 
Field Detail- 
PERMISSIONS_GROUPpublic static final PermissionGroup PERMISSIONS_GROUP Permission for Jenkins.
 - 
VIEWpublic static final Permission VIEW Permission View for Jenkins.
 
- 
 - 
Method Detail- 
getIconFileNamepublic String getIconFileName() Get the icon to use.- Specified by:
- getIconFileNamein interface- Action
- Returns:
- icon to use or null if user does not have permissions
 
 - 
getDisplayNamepublic String getDisplayName() Display name for the top-level action/menu-item.- Specified by:
- getDisplayNamein interface- Action
- Specified by:
- getDisplayNamein interface- ModelObject
- Returns:
- display name
 
 - 
getUrlNamepublic String getUrlName() Get name of top-level action/url.- Specified by:
- getUrlNamein interface- Action
- Returns:
- url
 
 - 
getVersionpublic String getVersion() Default version.- Returns:
- version
 
 - 
getDynamicpublic JobBase getDynamic(String name) Get dynamic 'job' - used by Stapler.- Parameters:
- name- name to find
- Returns:
- dynamic job
 
 
- 
 
-