public class ProjectToRun extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ProjectToRun.ProjectToRunSupplier
Supplier of a project to run.
|
Modifier and Type | Field and Description |
---|---|
ProjectsFromBom |
allProjectsFromBom
All projects taken from the BOM.
|
Options |
options
Options updated for this project. |
ProjectVersion |
originalVersion
The original version of the project.
|
File |
thisProjectFolder
Cloned location of this project.
|
ReleaserProperties |
thisProjectReleaserProperties
ReleaserProperties updated for this project. |
ProjectVersion |
thisProjectVersionFromBom
The project version of this project taken from the BOM.
|
Constructor and Description |
---|
ProjectToRun(File thisProjectFolder,
ProjectsFromBom allProjectsFromBom,
ProjectVersion originalVersion,
ReleaserProperties thisProjectReleaserProperties,
Options options) |
public final File thisProjectFolder
public final ProjectsFromBom allProjectsFromBom
public final ProjectVersion originalVersion
public final ProjectVersion thisProjectVersionFromBom
public final ReleaserProperties thisProjectReleaserProperties
ReleaserProperties
updated for this project.public ProjectToRun(File thisProjectFolder, ProjectsFromBom allProjectsFromBom, ProjectVersion originalVersion, ReleaserProperties thisProjectReleaserProperties, Options options)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.