de.smartics.maven.issues.bugzilla
Interface VersionSkipper
-
All Known Implementing Classes:
-
AbstractVersionSkipper,
DefaultVersionSkipper,
ReleasePlanVersionSkipper
-
public interface VersionSkipper
Arbiter to exclude or include versions in a report.
-
Author:
-
Robert Reiner
Method Summary |
boolean |
skipVersion(org.apache.maven.artifact.versioning.ArtifactVersion releaseVersion, org.apache.maven.artifact.versioning.ArtifactVersion version) Checks if the version should be skipped so that issues associated with this version are not rendered in the report. |
skipVersion
boolean skipVersion(org.apache.maven.artifact.versioning.ArtifactVersion releaseVersion,
org.apache.maven.artifact.versioning.ArtifactVersion version)
-
Checks if the
version
should be skipped so that issues associated with this version are not rendered in the report.
-
-
Parameters:
-
releaseVersion
- the version of the release.
-
version
- the version to check for skipping its issues.
-
Returns:
-
true
if the issues should be skipped and not rendered in the report,
false
otherwise.
Copyright © 2008-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.