org.nuiton.jredmine.plugin
Interface IssueCollectorConfiguration

All Known Implementing Classes:
AbstractIssuesReport, GenerateChangesMojo, IssuesReport, IssuesReportByAssignee, IssuesReportByCategory, IssuesReportByPriority, IssuesReportByReporter, IssuesReportByStatus, IssuesReportByTracker, IssuesReportByVersion

public interface IssueCollectorConfiguration

A simple contract to define the configuration of an issues collector.

TODO javadoc

Since:
1.0.0
Author:
chemit

Method Summary
 String getCategoryIds()
           
 int getMaxEntries()
           
 String getPriorityIds()
           
 String getProjectId()
           
 String getStatusIds()
           
 String getTrackerIds()
           
 String getVersionId()
           
 String getVersionNames()
           
 boolean isOnlyCurrentVersion()
           
 boolean isVerbose()
           
 void setVersionId(String versionId)
           
 

Method Detail

isOnlyCurrentVersion

boolean isOnlyCurrentVersion()

getMaxEntries

int getMaxEntries()

getVersionNames

String getVersionNames()

getPriorityIds

String getPriorityIds()

getStatusIds

String getStatusIds()

getProjectId

String getProjectId()

getVersionId

String getVersionId()

setVersionId

void setVersionId(String versionId)

getCategoryIds

String getCategoryIds()

getTrackerIds

String getTrackerIds()

isVerbose

boolean isVerbose()


Copyright © 2009-2011 CodeLutin. All Rights Reserved.