public class GitCommitTrigger extends Object
| Constructor and Description |
|---|
GitCommitTrigger() |
| Modifier and Type | Method and Description |
|---|---|
String |
branchName()
Get the branchName value.
|
String |
commitId()
Get the commitId value.
|
String |
id()
Get the id value.
|
String |
providerType()
Get the providerType value.
|
String |
repositoryUrl()
Get the repositoryUrl value.
|
GitCommitTrigger |
withBranchName(String branchName)
Set the branchName value.
|
GitCommitTrigger |
withCommitId(String commitId)
Set the commitId value.
|
GitCommitTrigger |
withId(String id)
Set the id value.
|
GitCommitTrigger |
withProviderType(String providerType)
Set the providerType value.
|
GitCommitTrigger |
withRepositoryUrl(String repositoryUrl)
Set the repositoryUrl value.
|
public String id()
public GitCommitTrigger withId(String id)
id - the id value to setpublic String commitId()
public GitCommitTrigger withCommitId(String commitId)
commitId - the commitId value to setpublic String repositoryUrl()
public GitCommitTrigger withRepositoryUrl(String repositoryUrl)
repositoryUrl - the repositoryUrl value to setpublic String branchName()
public GitCommitTrigger withBranchName(String branchName)
branchName - the branchName value to setpublic String providerType()
public GitCommitTrigger withProviderType(String providerType)
providerType - the providerType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/