public final class SourceControlType extends ExpandableStringEnum<SourceControlType>
Modifier and Type | Field and Description |
---|---|
static SourceControlType |
GITHUB
Static value Github for SourceControlType.
|
static SourceControlType |
VISUAL_STUDIO_TEAM_SERVICE
Static value VisualStudioTeamService for SourceControlType.
|
Constructor and Description |
---|
SourceControlType() |
Modifier and Type | Method and Description |
---|---|
static SourceControlType |
fromString(String name)
Creates or finds a SourceControlType from its string representation.
|
static Collection<SourceControlType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final SourceControlType GITHUB
public static final SourceControlType VISUAL_STUDIO_TEAM_SERVICE
public static SourceControlType fromString(String name)
name
- a name to look forpublic static Collection<SourceControlType> values()
Copyright © 2019. All rights reserved.