de.smartics.maven.issues.bugzilla
Interface VersionSkipper

Package class diagram package 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.
 

Method Detail

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.