|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.maven.issues.bugzilla.VersionedSectioner
public class VersionedSectioner
Selects the issues to their categories.
Constructor Summary | |
---|---|
VersionedSectioner(RendererConfig config, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues) Convenience constructor using inverse sort order for versions. |
|
VersionedSectioner(RendererConfig config, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues, Comparator<org.apache.maven.artifact.versioning.ArtifactVersion> versionComparator) Default constructor. |
Method Summary | |
---|---|
Versions |
run() Distributes the issues to the configured sections within their versions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VersionedSectioner(RendererConfig config, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
config
- the configuration to control the processing of the sections.
issues
- the issues to be appointed to the different sections.
public VersionedSectioner(RendererConfig config, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues, Comparator<org.apache.maven.artifact.versioning.ArtifactVersion> versionComparator)
config
- the configuration to control the processing of the sections.
issues
- the issues to be appointed to the different sections.
versionComparator
- the comparator to use to sort version numbers. A value of
null
implies that natural sort order is to be used.
Method Detail |
---|
public Versions run()
RendererConfig.getSectionType()
are skipped as well as issues that provide a value for that property that is not part of
RendererConfig.getSections()
. If the issue has no version attribute (target milestone), the issue is also skipped.
run
in interface
Sectioner<Versions>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |