Package io.jenkins.blueocean.rest.model
Class BlueActionProxy
java.lang.Object
io.jenkins.blueocean.rest.model.Resource
io.jenkins.blueocean.rest.model.BlueActionProxy
- All Implemented Interfaces:
Reachable
Proxy of Jenkins action
- Author:
- Vivek Pandey
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
_class is the class name of action.abstract Object
Proxied action instanceabstract String
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
-
Constructor Details
-
BlueActionProxy
public BlueActionProxy()
-
-
Method Details
-
getAction
Proxied action instance- Returns:
- action instance
-
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
_class is the class name of action.
-