| Modifier and Type | Method | Description |
|---|---|---|
SourceUpdateParameters |
SourceTriggerUpdateParameters.sourceRepository() |
Get the properties that describes the source(code) for the task.
|
SourceUpdateParameters |
SourceUpdateParameters.withBranch(String branch) |
Set the branch name of the source code.
|
SourceUpdateParameters |
SourceUpdateParameters.withRepositoryUrl(String repositoryUrl) |
Set the full URL to the source code respository.
|
SourceUpdateParameters |
SourceUpdateParameters.withSourceControlAuthProperties(AuthInfoUpdateParameters sourceControlAuthProperties) |
Set the authorization properties for accessing the source code repository and to set up
webhooks for notifications.
|
SourceUpdateParameters |
SourceUpdateParameters.withSourceControlType(SourceControlType sourceControlType) |
Set the type of source control service.
|
| Modifier and Type | Method | Description |
|---|---|---|
SourceTriggerUpdateParameters |
SourceTriggerUpdateParameters.withSourceRepository(SourceUpdateParameters sourceRepository) |
Set the properties that describes the source(code) for the task.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/