Class VectorCASTJobRoot
java.lang.Object
com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
- All Implemented Interfaces:
ExtensionPoint,Action,ModelObject,RootAction
Top level of VectorCAST job control.
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PermissionGroupPermission for Jenkins.static final PermissionPermission View for Jenkins. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()Get all actions associated with this URL.Display name for the top-level action/menu-item.getDynamic(String name) Get dynamic 'job' - used by Stapler.Get the icon to use.Get name of top-level action/url.Default version.
-
Field Details
-
PERMISSIONS_GROUP
Permission for Jenkins. -
VIEW
Permission View for Jenkins.
-
-
Constructor Details
-
VectorCASTJobRoot
public VectorCASTJobRoot()
-
-
Method Details
-
getIconFileName
Get the icon to use.- Specified by:
getIconFileNamein interfaceAction- Returns:
- icon to use or null if user does not have permissions
-
getDisplayName
Display name for the top-level action/menu-item.- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject- Returns:
- display name
-
getUrlName
Get name of top-level action/url.- Specified by:
getUrlNamein interfaceAction- Returns:
- url
-
getVersion
Default version.- Returns:
- version
-
getDynamic
Get dynamic 'job' - used by Stapler.- Parameters:
name- name to find- Returns:
- dynamic job
-
getAll
Get all actions associated with this URL.- Returns:
- list of actions
-