Uses of Class
de.smartics.maven.issues.RendererConfig

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

Methods in de.smartics.maven.issues that return RendererConfig
 RendererConfig RendererConfig.Builder.build()
          Validates the information passed to the builder and creates in instance of type RendererConfig.
 

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

Fields in de.smartics.maven.issues.bugzilla declared as RendererConfig
protected  RendererConfig AbstractIssuesReportRenderer.config
          The configuration to control the rendering process.
 

Constructors in de.smartics.maven.issues.bugzilla with parameters of type RendererConfig
AbstractIssuesReportRenderer(RendererConfig config, Sink sink, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Default constructor.
AbstractSectionReportRenderer(RendererConfig config, Sink sink, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Default constructor.
SimpleSectioner(RendererConfig config, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Default constructor.
TabularReportRenderer(RendererConfig config, Sink sink, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Default constructor.
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.
VersionedSectionReleasePlanReportRenderer(RendererConfig config, Sink sink, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Default constructor.
VersionedSectionReportRenderer(RendererConfig config, Sink sink, List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
          Default constructor.
 



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