public enum SourceCodeRepoType extends Enum<SourceCodeRepoType>
| Modifier and Type | Method and Description |
|---|---|
String |
getRepoType() |
static SourceCodeRepoType |
getType(String keyword) |
static SourceCodeRepoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceCodeRepoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceCodeRepoType GIT
public static final SourceCodeRepoType SVN
public static SourceCodeRepoType[] values()
for (SourceCodeRepoType c : SourceCodeRepoType.values()) System.out.println(c);
public static SourceCodeRepoType 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 getRepoType()
public static SourceCodeRepoType getType(String keyword)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.