Package | Description |
---|---|
com.amazonaws.services.codepipeline | |
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Method and Description |
---|---|
GetPipelineStateResult |
AbstractAWSCodePipeline.getPipelineState(GetPipelineStateRequest request) |
GetPipelineStateResult |
AWSCodePipelineClient.getPipelineState(GetPipelineStateRequest getPipelineStateRequest)
Returns information about the state of a pipeline, including the stages,
actions, and details about the last run of the pipeline.
|
GetPipelineStateResult |
AWSCodePipeline.getPipelineState(GetPipelineStateRequest getPipelineStateRequest)
Returns information about the state of a pipeline, including the stages,
actions, and details about the last run of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetPipelineStateResult> |
AbstractAWSCodePipelineAsync.getPipelineStateAsync(GetPipelineStateRequest request) |
java.util.concurrent.Future<GetPipelineStateResult> |
AWSCodePipelineAsyncClient.getPipelineStateAsync(GetPipelineStateRequest request) |
java.util.concurrent.Future<GetPipelineStateResult> |
AWSCodePipelineAsync.getPipelineStateAsync(GetPipelineStateRequest getPipelineStateRequest)
Returns information about the state of a pipeline, including the stages,
actions, and details about the last run of the pipeline.
|
java.util.concurrent.Future<GetPipelineStateResult> |
AbstractAWSCodePipelineAsync.getPipelineStateAsync(GetPipelineStateRequest request,
AsyncHandler<GetPipelineStateRequest,GetPipelineStateResult> asyncHandler) |
java.util.concurrent.Future<GetPipelineStateResult> |
AWSCodePipelineAsyncClient.getPipelineStateAsync(GetPipelineStateRequest request,
AsyncHandler<GetPipelineStateRequest,GetPipelineStateResult> asyncHandler) |
java.util.concurrent.Future<GetPipelineStateResult> |
AWSCodePipelineAsync.getPipelineStateAsync(GetPipelineStateRequest getPipelineStateRequest,
AsyncHandler<GetPipelineStateRequest,GetPipelineStateResult> asyncHandler)
Returns information about the state of a pipeline, including the stages,
actions, and details about the last run of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetPipelineStateResult> |
AbstractAWSCodePipelineAsync.getPipelineStateAsync(GetPipelineStateRequest request,
AsyncHandler<GetPipelineStateRequest,GetPipelineStateResult> asyncHandler) |
java.util.concurrent.Future<GetPipelineStateResult> |
AWSCodePipelineAsyncClient.getPipelineStateAsync(GetPipelineStateRequest request,
AsyncHandler<GetPipelineStateRequest,GetPipelineStateResult> asyncHandler) |
java.util.concurrent.Future<GetPipelineStateResult> |
AWSCodePipelineAsync.getPipelineStateAsync(GetPipelineStateRequest getPipelineStateRequest,
AsyncHandler<GetPipelineStateRequest,GetPipelineStateResult> asyncHandler)
Returns information about the state of a pipeline, including the stages,
actions, and details about the last run of the pipeline.
|
Modifier and Type | Method and Description |
---|---|
GetPipelineStateResult |
GetPipelineStateResult.clone() |
GetPipelineStateResult |
GetPipelineStateResult.withCreated(java.util.Date created)
The date and time the pipeline was created, in timestamp format.
|
GetPipelineStateResult |
GetPipelineStateResult.withPipelineName(java.lang.String pipelineName)
The name of the pipeline for which you want to get the state.
|
GetPipelineStateResult |
GetPipelineStateResult.withPipelineVersion(java.lang.Integer pipelineVersion)
The version number of the pipeline.
|
GetPipelineStateResult |
GetPipelineStateResult.withStageStates(java.util.Collection<StageState> stageStates)
A list of the pipeline stage output information, including stage name,
state, most recent run details, whether the stage is disabled, and other
data.
|
GetPipelineStateResult |
GetPipelineStateResult.withStageStates(StageState... stageStates)
A list of the pipeline stage output information, including stage name,
state, most recent run details, whether the stage is disabled, and other
data.
|
GetPipelineStateResult |
GetPipelineStateResult.withUpdated(java.util.Date updated)
The date and time the pipeline was last updated, in timestamp format.
|
Modifier and Type | Method and Description |
---|---|
GetPipelineStateResult |
GetPipelineStateResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |