Class BlueActionProxy

  • All Implemented Interfaces:
    Reachable

    public abstract class BlueActionProxy
    extends Resource
    Proxy of Jenkins action
    Author:
    Vivek Pandey
    • Constructor Detail

      • BlueActionProxy

        public BlueActionProxy()
    • Method Detail

      • getAction

        @Exported(name="action",
                  merge=true)
        public abstract Object getAction()
        Proxied action instance
        Returns:
        action instance
      • getUrlName

        @Exported(name="urlName")
        public abstract String getUrlName()
        urlName is the HTTP URL path name that extends base URL path For example: Pipeline RUN Test Result action has urlName value as 'testResult' It can be accessed at URL path: .../pipelines/p1/runs/2/testResult
        Returns:
        urlName
      • get_Class

        @Exported(name="_class")
        public abstract String get_Class()
        _class is the class name of action.