|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.execution.ExecutionContextImpl
public class ExecutionContextImpl
ExecutionContextImpl is ...
Nested Class Summary | |
---|---|
static class |
ExecutionContextImpl.Builder
|
Method Summary | |
---|---|
static ExecutionContextImpl.Builder |
builder()
|
static ExecutionContextImpl.Builder |
builder(ExecutionContext context)
|
static ExecutionContextImpl.Builder |
builder(StepExecutionContext context)
|
AuthContext |
getAuthContext()
Get the authorization context |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getDataContext()
Return data context set |
ExecutionListener |
getExecutionListener()
|
Framework |
getFramework()
Get the framework |
java.lang.String |
getFrameworkProject()
Get the framework project name |
int |
getLoglevel()
Return the loglevel value, using the Ant equivalents: DEBUG=1, |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> |
getNodeDataContext()
Return the node specific context data keyed by node name |
java.lang.String |
getNodeRankAttribute()
Return the node rank attribute to use for ranking |
INodeSet |
getNodes()
Return the node selector |
NodesSelector |
getNodeSelector()
Return the node selector |
java.io.File |
getNodesFile()
Specific file to use for nodes source instead of project nodes |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
getPrivateDataContext()
Return the data context in the private scope |
java.util.List<java.lang.Integer> |
getStepContext()
Return the stack of step numbers within the larger workflow context. |
int |
getStepNumber()
Returns the step being executed. |
int |
getThreadCount()
Return node dispatch threadcount |
java.lang.String |
getUser()
username |
boolean |
isKeepgoing()
return node dispatch keepgoing |
boolean |
isNodeRankOrderAscending()
Return true if the node rank order is ascending |
void |
setAuthContext(AuthContext authContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ExecutionContextImpl.Builder builder()
public static ExecutionContextImpl.Builder builder(ExecutionContext context)
public static ExecutionContextImpl.Builder builder(StepExecutionContext context)
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>> getNodeDataContext()
NodeExecutionContext
getNodeDataContext
in interface NodeExecutionContext
public AuthContext getAuthContext()
ExecutionContext
getAuthContext
in interface ExecutionContext
public void setAuthContext(AuthContext authContext)
public java.lang.String getFrameworkProject()
ExecutionContext
getFrameworkProject
in interface ExecutionContext
public java.lang.String getUser()
ExecutionContext
getUser
in interface ExecutionContext
public NodesSelector getNodeSelector()
ExecutionContext
getNodeSelector
in interface ExecutionContext
public INodeSet getNodes()
ExecutionContext
getNodes
in interface ExecutionContext
public int getLoglevel()
ExecutionContext
getLoglevel
in interface ExecutionContext
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getDataContext()
ExecutionContext
getDataContext
in interface ExecutionContext
public ExecutionListener getExecutionListener()
getExecutionListener
in interface ExecutionContext
public Framework getFramework()
ExecutionContext
getFramework
in interface ExecutionContext
public java.io.File getNodesFile()
ExecutionContext
getNodesFile
in interface ExecutionContext
public int getThreadCount()
ExecutionContext
getThreadCount
in interface ExecutionContext
public boolean isKeepgoing()
ExecutionContext
isKeepgoing
in interface ExecutionContext
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getPrivateDataContext()
ExecutionContext
getPrivateDataContext
in interface ExecutionContext
public java.lang.String getNodeRankAttribute()
ExecutionContext
getNodeRankAttribute
in interface ExecutionContext
public boolean isNodeRankOrderAscending()
ExecutionContext
isNodeRankOrderAscending
in interface ExecutionContext
public int getStepNumber()
StepExecutionContext
getStepNumber
in interface StepExecutionContext
public java.util.List<java.lang.Integer> getStepContext()
StepExecutionContext
getStepContext
in interface StepExecutionContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |