@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CodepipelineActions extends Enum<CodepipelineActions> implements Action
Enum Constant and Description |
---|
AcknowledgeJob
Action for the AcknowledgeJob operation.
|
AcknowledgeThirdPartyJob
Action for the AcknowledgeThirdPartyJob operation.
|
AllCodepipelineActions
Represents any action executed on CodePipeline.
|
CreateCustomActionType
Action for the CreateCustomActionType operation.
|
CreatePipeline
Action for the CreatePipeline operation.
|
DeleteCustomActionType
Action for the DeleteCustomActionType operation.
|
DeletePipeline
Action for the DeletePipeline operation.
|
DisableStageTransition
Action for the DisableStageTransition operation.
|
EnableStageTransition
Action for the EnableStageTransition operation.
|
GetJobDetails
Action for the GetJobDetails operation.
|
GetPipeline
Action for the GetPipeline operation.
|
GetPipelineExecution
Action for the GetPipelineExecution operation.
|
GetPipelineState
Action for the GetPipelineState operation.
|
GetThirdPartyJobDetails
Action for the GetThirdPartyJobDetails operation.
|
ListActionTypes
Action for the ListActionTypes operation.
|
ListPipelineExecutions
Action for the ListPipelineExecutions operation.
|
ListPipelines
Action for the ListPipelines operation.
|
PollForJobs
Action for the PollForJobs operation.
|
PollForThirdPartyJobs
Action for the PollForThirdPartyJobs operation.
|
PutActionRevision
Action for the PutActionRevision operation.
|
PutApprovalResult
Action for the PutApprovalResult operation.
|
PutJobFailureResult
Action for the PutJobFailureResult operation.
|
PutJobSuccessResult
Action for the PutJobSuccessResult operation.
|
PutThirdPartyJobFailureResult
Action for the PutThirdPartyJobFailureResult operation.
|
PutThirdPartyJobSuccessResult
Action for the PutThirdPartyJobSuccessResult operation.
|
RetryStageExecution
Action for the RetryStageExecution operation.
|
StartPipelineExecution
Action for the StartPipelineExecution operation.
|
UpdatePipeline
Action for the UpdatePipeline operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static CodepipelineActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodepipelineActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodepipelineActions AllCodepipelineActions
public static final CodepipelineActions AcknowledgeJob
public static final CodepipelineActions AcknowledgeThirdPartyJob
public static final CodepipelineActions CreateCustomActionType
public static final CodepipelineActions CreatePipeline
public static final CodepipelineActions DeleteCustomActionType
public static final CodepipelineActions DeletePipeline
public static final CodepipelineActions DisableStageTransition
public static final CodepipelineActions EnableStageTransition
public static final CodepipelineActions GetJobDetails
public static final CodepipelineActions GetPipeline
public static final CodepipelineActions GetPipelineExecution
public static final CodepipelineActions GetPipelineState
public static final CodepipelineActions GetThirdPartyJobDetails
public static final CodepipelineActions ListActionTypes
public static final CodepipelineActions ListPipelineExecutions
public static final CodepipelineActions ListPipelines
public static final CodepipelineActions PollForJobs
public static final CodepipelineActions PollForThirdPartyJobs
public static final CodepipelineActions PutActionRevision
public static final CodepipelineActions PutApprovalResult
public static final CodepipelineActions PutJobFailureResult
public static final CodepipelineActions PutJobSuccessResult
public static final CodepipelineActions PutThirdPartyJobFailureResult
public static final CodepipelineActions PutThirdPartyJobSuccessResult
public static final CodepipelineActions RetryStageExecution
public static final CodepipelineActions StartPipelineExecution
public static final CodepipelineActions UpdatePipeline
public static CodepipelineActions[] values()
for (CodepipelineActions c : CodepipelineActions.values()) System.out.println(c);
public static CodepipelineActions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.