public class SourceRepositoryUpdateParameters extends Object
| Constructor and Description |
|---|
SourceRepositoryUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isCommitTriggerEnabled()
Get the isCommitTriggerEnabled value.
|
SourceControlAuthInfo |
sourceControlAuthProperties()
Get the sourceControlAuthProperties value.
|
SourceRepositoryUpdateParameters |
withIsCommitTriggerEnabled(Boolean isCommitTriggerEnabled)
Set the isCommitTriggerEnabled value.
|
SourceRepositoryUpdateParameters |
withSourceControlAuthProperties(SourceControlAuthInfo sourceControlAuthProperties)
Set the sourceControlAuthProperties value.
|
public SourceControlAuthInfo sourceControlAuthProperties()
public SourceRepositoryUpdateParameters withSourceControlAuthProperties(SourceControlAuthInfo sourceControlAuthProperties)
sourceControlAuthProperties - the sourceControlAuthProperties value to setpublic Boolean isCommitTriggerEnabled()
public SourceRepositoryUpdateParameters withIsCommitTriggerEnabled(Boolean isCommitTriggerEnabled)
isCommitTriggerEnabled - the isCommitTriggerEnabled 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.
*/