SessionActionDefinition |
GetSessionActionResponse.definition() |
The session action definition.
|
static SessionActionDefinition |
SessionActionDefinition.fromEnvEnter(Consumer<EnvironmentEnterSessionActionDefinition.Builder> envEnter) |
Create an instance of this class with envEnter() initialized to the given value.
|
static SessionActionDefinition |
SessionActionDefinition.fromEnvEnter(EnvironmentEnterSessionActionDefinition envEnter) |
Create an instance of this class with envEnter() initialized to the given value.
|
static SessionActionDefinition |
SessionActionDefinition.fromEnvExit(Consumer<EnvironmentExitSessionActionDefinition.Builder> envExit) |
Create an instance of this class with envExit() initialized to the given value.
|
static SessionActionDefinition |
SessionActionDefinition.fromEnvExit(EnvironmentExitSessionActionDefinition envExit) |
Create an instance of this class with envExit() initialized to the given value.
|
static SessionActionDefinition |
SessionActionDefinition.fromSyncInputJobAttachments(Consumer<SyncInputJobAttachmentsSessionActionDefinition.Builder> syncInputJobAttachments) |
|
static SessionActionDefinition |
SessionActionDefinition.fromSyncInputJobAttachments(SyncInputJobAttachmentsSessionActionDefinition syncInputJobAttachments) |
|
static SessionActionDefinition |
SessionActionDefinition.fromTaskRun(Consumer<TaskRunSessionActionDefinition.Builder> taskRun) |
Create an instance of this class with taskRun() initialized to the given value.
|
static SessionActionDefinition |
SessionActionDefinition.fromTaskRun(TaskRunSessionActionDefinition taskRun) |
Create an instance of this class with taskRun() initialized to the given value.
|