Class BlueActionProxy

java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueActionProxy
All Implemented Interfaces:
Reachable

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

    • BlueActionProxy

      public BlueActionProxy()
  • Method Details

    • 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.