Uses of Class
com.amazonaws.services.codepipeline.model.GetPipelineStateResult
Packages that use GetPipelineStateResult
-
Uses of GetPipelineStateResult in com.amazonaws.services.codepipeline
Methods in com.amazonaws.services.codepipeline that return GetPipelineStateResultModifier and TypeMethodDescriptionAbstractAWSCodePipeline.getPipelineState
(GetPipelineStateRequest request) 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.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.Methods in com.amazonaws.services.codepipeline that return types with arguments of type GetPipelineStateResultModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.getPipelineStateAsync
(GetPipelineStateRequest request) AbstractAWSCodePipelineAsync.getPipelineStateAsync
(GetPipelineStateRequest request, AsyncHandler<GetPipelineStateRequest, GetPipelineStateResult> asyncHandler) 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.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.AWSCodePipelineAsyncClient.getPipelineStateAsync
(GetPipelineStateRequest request) AWSCodePipelineAsyncClient.getPipelineStateAsync
(GetPipelineStateRequest request, AsyncHandler<GetPipelineStateRequest, GetPipelineStateResult> asyncHandler) Method parameters in com.amazonaws.services.codepipeline with type arguments of type GetPipelineStateResultModifier and TypeMethodDescriptionAbstractAWSCodePipelineAsync.getPipelineStateAsync
(GetPipelineStateRequest request, AsyncHandler<GetPipelineStateRequest, GetPipelineStateResult> asyncHandler) 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.AWSCodePipelineAsyncClient.getPipelineStateAsync
(GetPipelineStateRequest request, AsyncHandler<GetPipelineStateRequest, GetPipelineStateResult> asyncHandler) -
Uses of GetPipelineStateResult in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return GetPipelineStateResultModifier and TypeMethodDescriptionGetPipelineStateResult.clone()
GetPipelineStateResult.withCreated
(Date created) The date and time the pipeline was created, in timestamp format.GetPipelineStateResult.withPipelineName
(String pipelineName) The name of the pipeline for which you want to get the state.GetPipelineStateResult.withPipelineVersion
(Integer pipelineVersion) The version number of the pipeline.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.withStageStates
(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.withUpdated
(Date updated) The date and time the pipeline was last updated, in timestamp format.