MinConfiguration@Immutable
public interface MinConfigurationType
| Modifier and Type | Method | Description |
|---|---|---|
Optional<MinBugTrackerConfiguration> |
bugTracker() |
|
String |
centralReposPath() |
|
Optional<MinChangesConfiguration> |
changelog() |
|
Optional<Path> |
documentation() |
|
Optional<Path> |
features() |
|
Optional<Path> |
license() |
|
Optional<Path> |
overview() |
|
String |
projectGroupName() |
|
io.vavr.collection.Vector<String> |
projectModules() |
|
String |
projectName() |
|
String |
release() |
|
Optional<MinSourcesConfiguration> |
sources() |
@Parameter String projectName()
@Parameter String projectGroupName()
@Parameter io.vavr.collection.Vector<String> projectModules()
@Parameter String release()
@Parameter String centralReposPath()
@Parameter Optional<Path> overview()
@Parameter Optional<Path> features()
@Parameter Optional<Path> documentation()
@Parameter Optional<MinChangesConfiguration> changelog()
@Parameter Optional<Path> license()
@Parameter Optional<MinBugTrackerConfiguration> bugTracker()
@Parameter Optional<MinSourcesConfiguration> sources()
Copyright © 2018 <code@io7m.com> http://io7m.com