Class VectorCASTJobRoot

    • Field Detail

      • PERMISSIONS_GROUP

        public static final PermissionGroup PERMISSIONS_GROUP
        Permission for Jenkins.
      • VIEW

        public static final Permission VIEW
        Permission View for Jenkins.
    • Constructor Detail

      • VectorCASTJobRoot

        public VectorCASTJobRoot()
    • Method Detail

      • getIconFileName

        public String getIconFileName()
        Get the icon to use.
        Specified by:
        getIconFileName in interface Action
        Returns:
        icon to use or null if user does not have permissions
      • getUrlName

        public String getUrlName()
        Get name of top-level action/url.
        Specified by:
        getUrlName in interface 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
      • getAll

        public List<JobBase> getAll()
        Get all actions associated with this URL.
        Returns:
        list of actions