MinConfiguration@Immutable
public interface MinConfigurationType
| Modifier and Type | Method | Description |
|---|---|---|
Optional<MinBugTrackerConfiguration> |
bugTracker() |
|
String |
centralReposPath() |
|
Optional<MinChangesConfiguration> |
changelog() |
|
default boolean |
cssGenerateStyle() |
|
default List<String> |
cssIncludes() |
|
Optional<Path> |
documentation() |
|
Optional<Path> |
features() |
|
Optional<Path> |
license() |
|
Optional<Path> |
overview() |
|
String |
projectGroupName() |
|
List<String> |
projectModules() |
|
String |
projectName() |
|
String |
release() |
|
Optional<MinSourcesConfiguration> |
sources() |
@Parameter String projectName()
@Parameter String projectGroupName()
@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()
@Parameter @Default default List<String> cssIncludes()
@Default @Parameter default boolean cssGenerateStyle()
true if the default style should be copied to the generated site directoryCopyright © 2018 <code@io7m.com> http://io7m.com