| Modifier and Type | Method and Description |
|---|---|
GitRepoVolume |
Volume.gitRepo()
Get the gitRepo value.
|
GitRepoVolume |
GitRepoVolume.withDirectory(String directory)
Set the directory value.
|
GitRepoVolume |
GitRepoVolume.withRepository(String repository)
Set the repository value.
|
GitRepoVolume |
GitRepoVolume.withRevision(String revision)
Set the revision value.
|
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.withGitRepo(GitRepoVolume gitRepo)
Set the gitRepo value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/