Class VectorCASTJobRoot
- java.lang.Object
-
- com.vectorcast.plugins.vectorcastexecution.VectorCASTJobRoot
-
- All Implemented Interfaces:
hudson.ExtensionPoint
,hudson.model.Action
,hudson.model.ModelObject
,hudson.model.RootAction
@Extension public class VectorCASTJobRoot extends Object implements hudson.model.RootAction
Top level of VectorCAST job control
-
-
Field Summary
Fields Modifier and Type Field Description static hudson.security.PermissionGroup
PERMISSIONS_GROUP
static hudson.security.Permission
VIEW
-
Constructor Summary
Constructors Constructor Description VectorCASTJobRoot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<JobBase>
getAll()
Get all actions associated with this URLString
getDisplayName()
Display name for the top-level action/menu-itemJobBase
getDynamic(String name)
Get dynamic 'job' - used by StaplerString
getIconFileName()
Get the icon to use.String
getUrlName()
Get name of top-level action/urlString
getVersion()
Default version.
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
Get the icon to use.- Specified by:
getIconFileName
in interfacehudson.model.Action
- Returns:
- icon to use or null if user does not have permissions
-
getDisplayName
public String getDisplayName()
Display name for the top-level action/menu-item- Specified by:
getDisplayName
in interfacehudson.model.Action
- Specified by:
getDisplayName
in interfacehudson.model.ModelObject
- Returns:
- display name
-
getUrlName
public String getUrlName()
Get name of top-level action/url- Specified by:
getUrlName
in interfacehudson.model.Action
- Returns:
- url
-
getVersion
public String getVersion()
Default version.- Returns:
- version
-
getDynamic
public JobBase getDynamic(String name)
Get dynamic 'job' - used by Stapler- Parameters:
name
- name to find- Returns:
- dynamic job
-
-