@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.402Z") public enum SourceType extends Enum<SourceType>
| Enum Constant and Description |
|---|
BitBucket |
CodeCommit |
CodePipeline |
GitHub |
GitHubEnterPrise |
None |
S3 |
| Modifier and Type | Method and Description |
|---|---|
static SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceType None
public static final SourceType CodeCommit
public static final SourceType CodePipeline
public static final SourceType GitHub
public static final SourceType GitHubEnterPrise
public static final SourceType BitBucket
public static final SourceType S3
public static SourceType[] values()
for (SourceType c : SourceType.values()) System.out.println(c);
public static SourceType 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 nullCopyright © 2018. All rights reserved.