Package | Description |
---|---|
com.github.jasonmfehr.combiner.logging | |
com.github.jasonmfehr.combiner.pipeline |
Modifier and Type | Method and Description |
---|---|
String |
ParameterizedLogger.buildCombinationIDString(Combination combo)
Determines if the
id field within the provided Combination exists or not. |
Modifier and Type | Method and Description |
---|---|
void |
CombinationDefaultsManager.setupDefaults(Combination combo,
org.apache.maven.project.MavenProject mavenProject)
Since maven does not set the default value from the
Parameter annotation any place other than top level parameters, this
function sets the default values for it. |
void |
CombinationValidator.validate(Combination combo)
Validates that all required parameters have been specified (or appropriate defaults have been set) in the pom.
|
Modifier and Type | Method and Description |
---|---|
void |
PipelineExecutor.execute(List<Combination> combinations,
org.apache.maven.project.MavenProject mavenProject) |
Copyright © 2014–2015. All rights reserved.