public final class SourceControlType extends com.microsoft.rest.ExpandableStringEnum<SourceControlType>
| Modifier and Type | Field | Description |
|---|---|---|
static SourceControlType |
GITHUB |
Static value Github for SourceControlType.
|
static SourceControlType |
VISUAL_STUDIO_TEAM_SERVICE |
Static value VisualStudioTeamService for SourceControlType.
|
| Constructor | Description |
|---|---|
SourceControlType() |
| Modifier and Type | Method | Description |
|---|---|---|
static SourceControlType |
fromString(String name) |
Creates or finds a SourceControlType from its string representation.
|
static Collection<SourceControlType> |
values() |
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/