Uses of Interface
de.smartics.maven.issues.ArtifactVersionRange

Packages that use ArtifactVersionRange
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 ArtifactVersionRange in de.smartics.maven.issues
 

Methods in de.smartics.maven.issues that return ArtifactVersionRange
 ArtifactVersionRange VersionFactory.createRange(String versionSpecification)
          Creates a version range by the given specification.
protected  ArtifactVersionRange AbstractIssuesConnectionMojo.createVersionRange(VersionFactory versionFactoryInstance)
           
 ArtifactVersionRange RendererConfig.getVersionRange()
          Returns a range defining the versions of issues to be rendered.
 

Methods in de.smartics.maven.issues with parameters of type ArtifactVersionRange
protected abstract  QueryData AbstractIssuesConnectionMojo.createQueryData(ArtifactVersionRange versionRange)
          Creates the query data that enables to create a query URL to be sent to the issue management system.
protected  MavenReportRenderer AbstractIssuesReportMojo.createRenderer(Locale locale, VersionFactory versionFactoryInstance, ArtifactVersionRange versionRange, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Creates the renderer to use for report rendering.
protected abstract  MavenReportRenderer AbstractIssuesConnectionMojo.createRenderer(Locale locale, VersionFactory versionFactoryInstance, ArtifactVersionRange versionRange, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Creates a renderer.
 void RendererConfig.Builder.setVersionRange(ArtifactVersionRange versionRange)
          Sets the range defining the versions of issues to be rendered.
 

Uses of ArtifactVersionRange in de.smartics.maven.issues.bugzilla
 

Classes in de.smartics.maven.issues.bugzilla that implement ArtifactVersionRange
 class BugzillaVersionRange
          Implements a version range.
 

Methods in de.smartics.maven.issues.bugzilla that return ArtifactVersionRange
 ArtifactVersionRange BugzillaVersionFactory.createRange(String versionSpecification)
          Creates a version range by the given specification.
 ArtifactVersionRange BugzillaQueryData.getVersionRange()
          Returns the version range to query for.
 

Methods in de.smartics.maven.issues.bugzilla with parameters of type ArtifactVersionRange
protected  BugzillaQueryData AbstractBugzillaReportMojo.createQueryData(ArtifactVersionRange versionRange)
          Creates the query data that enables to create a query URL to be sent to the issue management system.
 void BugzillaQueryData.setVersionRange(ArtifactVersionRange versionRange)
          Sets the version range to query for.
 



Copyright © 2008-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.