|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VersionType | |
---|---|
de.smartics.maven.issues | The core package for generating issues reports with Maven. |
de.smartics.maven.issues.bugzilla | Provides classes to generate reports with Bugzilla. |
Uses of VersionType in de.smartics.maven.issues |
---|
Methods in de.smartics.maven.issues that return VersionType | |
---|---|
static VersionType |
VersionType.fromName(String name) Returns the version type identified by the given name. |
VersionType |
RendererConfig.getIncludeOnSamePageAllOfVersion() Returns the value for includeOnSamePageAll. |
abstract VersionType |
AbstractIssuesReportMojo.getIncludeOnSamePageAllOfVersion() Returns the value for includeOnSamePageAll. |
static VersionType |
VersionType.valueOf(String name) Returns the enum constant of this type with the specified name. |
static VersionType[] |
VersionType.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.smartics.maven.issues with parameters of type VersionType | |
---|---|
void |
RendererConfig.Builder.setIncludeOnSamePageAllOfVersion(VersionType includeOnSamePageAll) Sets the value for includeOnSamePageAll. |
Uses of VersionType in de.smartics.maven.issues.bugzilla |
---|
Fields in de.smartics.maven.issues.bugzilla declared as VersionType | |
---|---|
protected VersionType |
AbstractVersionSkipper.versionType The configuration to control the rendering process. |
Methods in de.smartics.maven.issues.bugzilla that return VersionType | |
---|---|
VersionType |
AbstractBugzillaReportMojo.getIncludeOnSamePageAllOfVersion() Returns the value for includeOnSamePageAll. |
Constructors in de.smartics.maven.issues.bugzilla with parameters of type VersionType | |
---|---|
AbstractVersionSkipper(VersionType versionType) Default constructor. |
|
DefaultVersionSkipper(VersionType versionType, boolean hasVersionRange) Default constructor. |
|
ReleasePlanVersionSkipper(VersionType versionType) Default constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |