public class GitRepoVolume extends Object
| Constructor and Description |
|---|
GitRepoVolume() |
| Modifier and Type | Method and Description |
|---|---|
String |
directory()
Get the directory value.
|
String |
repository()
Get the repository value.
|
String |
revision()
Get the revision value.
|
GitRepoVolume |
withDirectory(String directory)
Set the directory value.
|
GitRepoVolume |
withRepository(String repository)
Set the repository value.
|
GitRepoVolume |
withRevision(String revision)
Set the revision value.
|
public String directory()
public GitRepoVolume withDirectory(String directory)
directory - the directory value to setpublic String repository()
public GitRepoVolume withRepository(String repository)
repository - the repository value to setpublic String revision()
public GitRepoVolume withRevision(String revision)
revision - the revision 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.
*/