| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default AcknowledgeJobResponse |
CodePipelineClient.acknowledgeJob(AcknowledgeJobRequest acknowledgeJobRequest)
Returns information about a specified job and whether that job has been received by the job worker.
|
default AcknowledgeJobResponse |
CodePipelineClient.acknowledgeJob(Consumer<AcknowledgeJobRequest.Builder> acknowledgeJobRequest)
Returns information about a specified job and whether that job has been received by the job worker.
|
default AcknowledgeThirdPartyJobResponse |
CodePipelineClient.acknowledgeThirdPartyJob(AcknowledgeThirdPartyJobRequest acknowledgeThirdPartyJobRequest)
Confirms a job worker has received the specified job.
|
default AcknowledgeThirdPartyJobResponse |
CodePipelineClient.acknowledgeThirdPartyJob(Consumer<AcknowledgeThirdPartyJobRequest.Builder> acknowledgeThirdPartyJobRequest)
Confirms a job worker has received the specified job.
|
default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.
|
default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.
|
default CreatePipelineResponse |
CodePipelineClient.createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest)
Creates a pipeline.
|
default CreatePipelineResponse |
CodePipelineClient.createPipeline(CreatePipelineRequest createPipelineRequest)
Creates a pipeline.
|
default DeleteCustomActionTypeResponse |
CodePipelineClient.deleteCustomActionType(Consumer<DeleteCustomActionTypeRequest.Builder> deleteCustomActionTypeRequest)
Marks a custom action as deleted.
|
default DeleteCustomActionTypeResponse |
CodePipelineClient.deleteCustomActionType(DeleteCustomActionTypeRequest deleteCustomActionTypeRequest)
Marks a custom action as deleted.
|
default DeletePipelineResponse |
CodePipelineClient.deletePipeline(Consumer<DeletePipelineRequest.Builder> deletePipelineRequest)
Deletes the specified pipeline.
|
default DeletePipelineResponse |
CodePipelineClient.deletePipeline(DeletePipelineRequest deletePipelineRequest)
Deletes the specified pipeline.
|
default DeleteWebhookResponse |
CodePipelineClient.deleteWebhook(Consumer<DeleteWebhookRequest.Builder> deleteWebhookRequest)
Deletes a previously created webhook by name.
|
default DeleteWebhookResponse |
CodePipelineClient.deleteWebhook(DeleteWebhookRequest deleteWebhookRequest)
Deletes a previously created webhook by name.
|
default DeregisterWebhookWithThirdPartyResponse |
CodePipelineClient.deregisterWebhookWithThirdParty(Consumer<DeregisterWebhookWithThirdPartyRequest.Builder> deregisterWebhookWithThirdPartyRequest)
Removes the connection between the webhook that was created by CodePipeline and the external tool with events to
be detected.
|
default DeregisterWebhookWithThirdPartyResponse |
CodePipelineClient.deregisterWebhookWithThirdParty(DeregisterWebhookWithThirdPartyRequest deregisterWebhookWithThirdPartyRequest)
Removes the connection between the webhook that was created by CodePipeline and the external tool with events to
be detected.
|
default DisableStageTransitionResponse |
CodePipelineClient.disableStageTransition(Consumer<DisableStageTransitionRequest.Builder> disableStageTransitionRequest)
Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
|
default DisableStageTransitionResponse |
CodePipelineClient.disableStageTransition(DisableStageTransitionRequest disableStageTransitionRequest)
Prevents artifacts in a pipeline from transitioning to the next stage in the pipeline.
|
default EnableStageTransitionResponse |
CodePipelineClient.enableStageTransition(Consumer<EnableStageTransitionRequest.Builder> enableStageTransitionRequest)
Enables artifacts in a pipeline to transition to a stage in a pipeline.
|
default EnableStageTransitionResponse |
CodePipelineClient.enableStageTransition(EnableStageTransitionRequest enableStageTransitionRequest)
Enables artifacts in a pipeline to transition to a stage in a pipeline.
|
default GetActionTypeResponse |
CodePipelineClient.getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
default GetActionTypeResponse |
CodePipelineClient.getActionType(GetActionTypeRequest getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
default GetJobDetailsResponse |
CodePipelineClient.getJobDetails(Consumer<GetJobDetailsRequest.Builder> getJobDetailsRequest)
Returns information about a job.
|
default GetJobDetailsResponse |
CodePipelineClient.getJobDetails(GetJobDetailsRequest getJobDetailsRequest)
Returns information about a job.
|
default GetPipelineResponse |
CodePipelineClient.getPipeline(Consumer<GetPipelineRequest.Builder> getPipelineRequest)
Returns the metadata, structure, stages, and actions of a pipeline.
|
default GetPipelineResponse |
CodePipelineClient.getPipeline(GetPipelineRequest getPipelineRequest)
Returns the metadata, structure, stages, and actions of a pipeline.
|
default GetPipelineExecutionResponse |
CodePipelineClient.getPipelineExecution(Consumer<GetPipelineExecutionRequest.Builder> getPipelineExecutionRequest)
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution
ID, and the name, version, and status of the pipeline.
|
default GetPipelineExecutionResponse |
CodePipelineClient.getPipelineExecution(GetPipelineExecutionRequest getPipelineExecutionRequest)
Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution
ID, and the name, version, and status of the pipeline.
|
default GetPipelineStateResponse |
CodePipelineClient.getPipelineState(Consumer<GetPipelineStateRequest.Builder> getPipelineStateRequest)
Returns information about the state of a pipeline, including the stages and actions.
|
default GetPipelineStateResponse |
CodePipelineClient.getPipelineState(GetPipelineStateRequest getPipelineStateRequest)
Returns information about the state of a pipeline, including the stages and actions.
|
default GetThirdPartyJobDetailsResponse |
CodePipelineClient.getThirdPartyJobDetails(Consumer<GetThirdPartyJobDetailsRequest.Builder> getThirdPartyJobDetailsRequest)
Requests the details of a job for a third party action.
|
default GetThirdPartyJobDetailsResponse |
CodePipelineClient.getThirdPartyJobDetails(GetThirdPartyJobDetailsRequest getThirdPartyJobDetailsRequest)
Requests the details of a job for a third party action.
|
default ListActionExecutionsResponse |
CodePipelineClient.listActionExecutions(Consumer<ListActionExecutionsRequest.Builder> listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionExecutionsResponse |
CodePipelineClient.listActionExecutions(ListActionExecutionsRequest listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionExecutionsIterable |
CodePipelineClient.listActionExecutionsPaginator(Consumer<ListActionExecutionsRequest.Builder> listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionExecutionsIterable |
CodePipelineClient.listActionExecutionsPaginator(ListActionExecutionsRequest listActionExecutionsRequest)
Lists the action executions that have occurred in a pipeline.
|
default ListActionTypesResponse |
CodePipelineClient.listActionTypes()
Gets a summary of all CodePipeline action types associated with your account.
|
default ListActionTypesResponse |
CodePipelineClient.listActionTypes(Consumer<ListActionTypesRequest.Builder> listActionTypesRequest)
Gets a summary of all CodePipeline action types associated with your account.
|
default ListActionTypesResponse |
CodePipelineClient.listActionTypes(ListActionTypesRequest listActionTypesRequest)
Gets a summary of all CodePipeline action types associated with your account.
|
default ListActionTypesIterable |
CodePipelineClient.listActionTypesPaginator()
Gets a summary of all CodePipeline action types associated with your account.
|
default ListActionTypesIterable |
CodePipelineClient.listActionTypesPaginator(Consumer<ListActionTypesRequest.Builder> listActionTypesRequest)
Gets a summary of all CodePipeline action types associated with your account.
|
default ListActionTypesIterable |
CodePipelineClient.listActionTypesPaginator(ListActionTypesRequest listActionTypesRequest)
Gets a summary of all CodePipeline action types associated with your account.
|
default ListPipelineExecutionsResponse |
CodePipelineClient.listPipelineExecutions(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
default ListPipelineExecutionsResponse |
CodePipelineClient.listPipelineExecutions(ListPipelineExecutionsRequest listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
default ListPipelineExecutionsIterable |
CodePipelineClient.listPipelineExecutionsPaginator(Consumer<ListPipelineExecutionsRequest.Builder> listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
default ListPipelineExecutionsIterable |
CodePipelineClient.listPipelineExecutionsPaginator(ListPipelineExecutionsRequest listPipelineExecutionsRequest)
Gets a summary of the most recent executions for a pipeline.
|
default ListPipelinesResponse |
CodePipelineClient.listPipelines()
Gets a summary of all of the pipelines associated with your account.
|
default ListPipelinesResponse |
CodePipelineClient.listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Gets a summary of all of the pipelines associated with your account.
|
default ListPipelinesResponse |
CodePipelineClient.listPipelines(ListPipelinesRequest listPipelinesRequest)
Gets a summary of all of the pipelines associated with your account.
|
default ListPipelinesIterable |
CodePipelineClient.listPipelinesPaginator()
Gets a summary of all of the pipelines associated with your account.
|
default ListPipelinesIterable |
CodePipelineClient.listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Gets a summary of all of the pipelines associated with your account.
|
default ListPipelinesIterable |
CodePipelineClient.listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest)
Gets a summary of all of the pipelines associated with your account.
|
default ListTagsForResourceResponse |
CodePipelineClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets the set of key-value pairs (metadata) that are used to manage the resource.
|
default ListTagsForResourceResponse |
CodePipelineClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets the set of key-value pairs (metadata) that are used to manage the resource.
|
default ListTagsForResourceIterable |
CodePipelineClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets the set of key-value pairs (metadata) that are used to manage the resource.
|
default ListTagsForResourceIterable |
CodePipelineClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Gets the set of key-value pairs (metadata) that are used to manage the resource.
|
default ListWebhooksResponse |
CodePipelineClient.listWebhooks()
Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
|
default ListWebhooksResponse |
CodePipelineClient.listWebhooks(Consumer<ListWebhooksRequest.Builder> listWebhooksRequest)
Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
|
default ListWebhooksResponse |
CodePipelineClient.listWebhooks(ListWebhooksRequest listWebhooksRequest)
Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
|
default ListWebhooksIterable |
CodePipelineClient.listWebhooksPaginator()
Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
|
default ListWebhooksIterable |
CodePipelineClient.listWebhooksPaginator(Consumer<ListWebhooksRequest.Builder> listWebhooksRequest)
Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
|
default ListWebhooksIterable |
CodePipelineClient.listWebhooksPaginator(ListWebhooksRequest listWebhooksRequest)
Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
|
default PollForJobsResponse |
CodePipelineClient.pollForJobs(Consumer<PollForJobsRequest.Builder> pollForJobsRequest)
Returns information about any jobs for CodePipeline to act on.
|
default PollForJobsResponse |
CodePipelineClient.pollForJobs(PollForJobsRequest pollForJobsRequest)
Returns information about any jobs for CodePipeline to act on.
|
default PollForThirdPartyJobsResponse |
CodePipelineClient.pollForThirdPartyJobs(Consumer<PollForThirdPartyJobsRequest.Builder> pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
default PollForThirdPartyJobsResponse |
CodePipelineClient.pollForThirdPartyJobs(PollForThirdPartyJobsRequest pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
default PutActionRevisionResponse |
CodePipelineClient.putActionRevision(Consumer<PutActionRevisionRequest.Builder> putActionRevisionRequest)
Provides information to CodePipeline about new revisions to a source.
|
default PutActionRevisionResponse |
CodePipelineClient.putActionRevision(PutActionRevisionRequest putActionRevisionRequest)
Provides information to CodePipeline about new revisions to a source.
|
default PutApprovalResultResponse |
CodePipelineClient.putApprovalResult(Consumer<PutApprovalResultRequest.Builder> putApprovalResultRequest)
Provides the response to a manual approval request to CodePipeline.
|
default PutApprovalResultResponse |
CodePipelineClient.putApprovalResult(PutApprovalResultRequest putApprovalResultRequest)
Provides the response to a manual approval request to CodePipeline.
|
default PutJobFailureResultResponse |
CodePipelineClient.putJobFailureResult(Consumer<PutJobFailureResultRequest.Builder> putJobFailureResultRequest)
Represents the failure of a job as returned to the pipeline by a job worker.
|
default PutJobFailureResultResponse |
CodePipelineClient.putJobFailureResult(PutJobFailureResultRequest putJobFailureResultRequest)
Represents the failure of a job as returned to the pipeline by a job worker.
|
default PutJobSuccessResultResponse |
CodePipelineClient.putJobSuccessResult(Consumer<PutJobSuccessResultRequest.Builder> putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
default PutJobSuccessResultResponse |
CodePipelineClient.putJobSuccessResult(PutJobSuccessResultRequest putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
default PutThirdPartyJobFailureResultResponse |
CodePipelineClient.putThirdPartyJobFailureResult(Consumer<PutThirdPartyJobFailureResultRequest.Builder> putThirdPartyJobFailureResultRequest)
Represents the failure of a third party job as returned to the pipeline by a job worker.
|
default PutThirdPartyJobFailureResultResponse |
CodePipelineClient.putThirdPartyJobFailureResult(PutThirdPartyJobFailureResultRequest putThirdPartyJobFailureResultRequest)
Represents the failure of a third party job as returned to the pipeline by a job worker.
|
default PutThirdPartyJobSuccessResultResponse |
CodePipelineClient.putThirdPartyJobSuccessResult(Consumer<PutThirdPartyJobSuccessResultRequest.Builder> putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline by a job worker.
|
default PutThirdPartyJobSuccessResultResponse |
CodePipelineClient.putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)
Represents the success of a third party job as returned to the pipeline by a job worker.
|
default PutWebhookResponse |
CodePipelineClient.putWebhook(Consumer<PutWebhookRequest.Builder> putWebhookRequest)
Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
default PutWebhookResponse |
CodePipelineClient.putWebhook(PutWebhookRequest putWebhookRequest)
Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
default RegisterWebhookWithThirdPartyResponse |
CodePipelineClient.registerWebhookWithThirdParty(Consumer<RegisterWebhookWithThirdPartyRequest.Builder> registerWebhookWithThirdPartyRequest)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
default RegisterWebhookWithThirdPartyResponse |
CodePipelineClient.registerWebhookWithThirdParty(RegisterWebhookWithThirdPartyRequest registerWebhookWithThirdPartyRequest)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
default RetryStageExecutionResponse |
CodePipelineClient.retryStageExecution(Consumer<RetryStageExecutionRequest.Builder> retryStageExecutionRequest)
Resumes the pipeline execution by retrying the last failed actions in a stage.
|
default RetryStageExecutionResponse |
CodePipelineClient.retryStageExecution(RetryStageExecutionRequest retryStageExecutionRequest)
Resumes the pipeline execution by retrying the last failed actions in a stage.
|
default StartPipelineExecutionResponse |
CodePipelineClient.startPipelineExecution(Consumer<StartPipelineExecutionRequest.Builder> startPipelineExecutionRequest)
Starts the specified pipeline.
|
default StartPipelineExecutionResponse |
CodePipelineClient.startPipelineExecution(StartPipelineExecutionRequest startPipelineExecutionRequest)
Starts the specified pipeline.
|
default StopPipelineExecutionResponse |
CodePipelineClient.stopPipelineExecution(Consumer<StopPipelineExecutionRequest.Builder> stopPipelineExecutionRequest)
Stops the specified pipeline execution.
|
default StopPipelineExecutionResponse |
CodePipelineClient.stopPipelineExecution(StopPipelineExecutionRequest stopPipelineExecutionRequest)
Stops the specified pipeline execution.
|
default TagResourceResponse |
CodePipelineClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default TagResourceResponse |
CodePipelineClient.tagResource(TagResourceRequest tagResourceRequest)
Adds to or modifies the tags of the given resource.
|
default UntagResourceResponse |
CodePipelineClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from an Amazon Web Services resource.
|
default UntagResourceResponse |
CodePipelineClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from an Amazon Web Services resource.
|
default UpdateActionTypeResponse |
CodePipelineClient.updateActionType(Consumer<UpdateActionTypeRequest.Builder> updateActionTypeRequest)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
default UpdateActionTypeResponse |
CodePipelineClient.updateActionType(UpdateActionTypeRequest updateActionTypeRequest)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
default UpdatePipelineResponse |
CodePipelineClient.updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)
Updates a specified pipeline with edits or changes to its structure.
|
default UpdatePipelineResponse |
CodePipelineClient.updatePipeline(UpdatePipelineRequest updatePipelineRequest)
Updates a specified pipeline with edits or changes to its structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActionNotFoundException
The specified action cannot be found.
|
class |
ActionTypeNotFoundException
The specified action type cannot be found.
|
class |
ApprovalAlreadyCompletedException
The approval action has already been approved or rejected.
|
class |
ConcurrentModificationException
Unable to modify the tag due to a simultaneous update request.
|
class |
ConflictException
Your request cannot be handled because the pipeline is busy handling ongoing activities.
|
class |
DuplicatedStopRequestException
The pipeline execution is already in a
Stopping state. |
class |
InvalidActionDeclarationException
The action declaration was specified in an invalid format.
|
class |
InvalidApprovalTokenException
The approval request already received a response or has expired.
|
class |
InvalidArnException
The specified resource ARN is invalid.
|
class |
InvalidBlockerDeclarationException
Reserved for future use.
|
class |
InvalidClientTokenException
The client token was specified in an invalid format
|
class |
InvalidJobException
The job was specified in an invalid format or cannot be found.
|
class |
InvalidJobStateException
The job state was specified in an invalid format.
|
class |
InvalidNextTokenException
The next token was specified in an invalid format.
|
class |
InvalidNonceException
The nonce was specified in an invalid format.
|
class |
InvalidStageDeclarationException
The stage declaration was specified in an invalid format.
|
class |
InvalidStructureException
The structure was specified in an invalid format.
|
class |
InvalidTagsException
The specified resource tags are invalid.
|
class |
InvalidWebhookAuthenticationParametersException
The specified authentication type is in an invalid format.
|
class |
InvalidWebhookFilterPatternException
The specified event filter rule is in an invalid format.
|
class |
JobNotFoundException
The job was specified in an invalid format or cannot be found.
|
class |
LimitExceededException
The number of pipelines associated with the Amazon Web Services account has exceeded the limit allowed for the
account.
|
class |
NotLatestPipelineExecutionException
The stage has failed in a later run of the pipeline and the
pipelineExecutionId associated with the
request is out of date. |
class |
OutputVariablesSizeExceededException
Exceeded the total size limit for all variables in the pipeline.
|
class |
PipelineExecutionNotFoundException
The pipeline execution was specified in an invalid format or cannot be found, or an execution ID does not belong to
the specified pipeline.
|
class |
PipelineExecutionNotStoppableException
Unable to stop the pipeline execution.
|
class |
PipelineNameInUseException
The specified pipeline name is already in use.
|
class |
PipelineNotFoundException
The pipeline was specified in an invalid format or cannot be found.
|
class |
PipelineVersionNotFoundException
The pipeline version was specified in an invalid format or cannot be found.
|
class |
RequestFailedException
The request failed because of an unknown error, exception, or failure.
|
class |
ResourceNotFoundException
The resource was specified in an invalid format.
|
class |
StageNotFoundException
The stage was specified in an invalid format or cannot be found.
|
class |
StageNotRetryableException
Unable to retry.
|
class |
TooManyTagsException
The tags limit for a resource has been exceeded.
|
class |
ValidationException
The validation was specified in an invalid format.
|
class |
WebhookNotFoundException
The specified webhook was entered in an invalid format or cannot be found.
|
| Modifier and Type | Method and Description |
|---|---|
CodePipelineException |
CodePipelineException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CodePipelineException ex) |
Copyright © 2023. All rights reserved.