@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CodebuildActions extends Enum<CodebuildActions> implements Action
Enum Constant and Description |
---|
AllCodebuildActions
Represents any action executed on AWS CodeBuild.
|
BatchDeleteBuilds
Action for the BatchDeleteBuilds operation.
|
BatchGetBuilds
Action for the BatchGetBuilds operation.
|
BatchGetProjects
Action for the BatchGetProjects operation.
|
CreateProject
Action for the CreateProject operation.
|
CreateWebhook
Action for the CreateWebhook operation.
|
DeleteProject
Action for the DeleteProject operation.
|
DeleteWebhook
Action for the DeleteWebhook operation.
|
ListBuilds
Action for the ListBuilds operation.
|
ListBuildsForProject
Action for the ListBuildsForProject operation.
|
ListCuratedEnvironmentImages
Action for the ListCuratedEnvironmentImages operation.
|
ListProjects
Action for the ListProjects operation.
|
StartBuild
Action for the StartBuild operation.
|
StopBuild
Action for the StopBuild operation.
|
UpdateProject
Action for the UpdateProject operation.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionName()
Returns the name of this action.
|
static CodebuildActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodebuildActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodebuildActions AllCodebuildActions
public static final CodebuildActions BatchDeleteBuilds
public static final CodebuildActions BatchGetBuilds
public static final CodebuildActions BatchGetProjects
public static final CodebuildActions CreateProject
public static final CodebuildActions CreateWebhook
public static final CodebuildActions DeleteProject
public static final CodebuildActions DeleteWebhook
public static final CodebuildActions ListBuilds
public static final CodebuildActions ListBuildsForProject
public static final CodebuildActions ListCuratedEnvironmentImages
public static final CodebuildActions ListProjects
public static final CodebuildActions StartBuild
public static final CodebuildActions StopBuild
public static final CodebuildActions UpdateProject
public static CodebuildActions[] values()
for (CodebuildActions c : CodebuildActions.values()) System.out.println(c);
public static CodebuildActions 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.