@Immutable public class ProjectModelRequest extends Object
ProjectModel| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectModelRequest.Builder
A builder of
ProjectModelRequest instances. |
| Modifier and Type | Method and Description |
|---|---|
static ProjectModelRequest.Builder |
builder(ProjectRepository repository)
Instantiates a new
ProjectModelRequest.Builder. |
String |
getBaseName()
Gets the base name that the project model builder will use to detect the model.
|
String |
getBuildId()
Gets the id of the build instructions within the source model.
|
String |
getEnvironmentsId()
Gets the id of the environments within the source model.
|
ProjectRepository |
getRepository()
Returns the project repository to construct the project model from.
|
Set<String> |
getTaskIds()
Returns the task ids to additionally populate in the project model.
|
@NonNull public String getBaseName()
@NonNull public String getBuildId()
@NonNull public String getEnvironmentsId()
@NonNull public ProjectRepository getRepository()
@NonNull public Set<String> getTaskIds()
@NonNull public static ProjectModelRequest.Builder builder(ProjectRepository repository)
ProjectModelRequest.Builder.repository - the repository to construct the project model from.ProjectModelRequest.Builder.Copyright © 2004-2014. All Rights Reserved.