public final class Arguments extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Options |
options
Options updated for this project.
|
ProjectVersion |
originalVersion
Original version of this project before any manipulations.
|
List<ProcessedProject> |
processedProjects
List of processed projects.
|
File |
project
Cloned location of the project.
|
Projects |
projects
All projects taken from the BOM.
|
ProjectToRun |
projectToRun
Current project to run.
|
ReleaserProperties |
properties
Releaser properties updated for this project.
|
ProjectVersion |
versionFromBom
Version of this project from the BOM.
|
Modifier and Type | Method and Description |
---|---|
static Arguments |
forPostRelease(ReleaserProperties properties,
ProjectsToRun projectsToRun) |
static Arguments |
forProject(ProjectToRun thisProject) |
ProjectVersion |
releaseTrain() |
public final File project
public final Projects projects
public final ProjectVersion originalVersion
public final ProjectVersion versionFromBom
public final ReleaserProperties properties
public final Options options
public final ProjectToRun projectToRun
public final List<ProcessedProject> processedProjects
public static Arguments forProject(ProjectToRun thisProject)
public static Arguments forPostRelease(ReleaserProperties properties, ProjectsToRun projectsToRun)
public ProjectVersion releaseTrain()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.