Uses of Class
org.apache.maven.plugin.changes.IssueType

Packages that use IssueType
org.apache.maven.plugin.changes   
org.apache.maven.plugin.issues   
 

Uses of IssueType in org.apache.maven.plugin.changes
 

Methods in org.apache.maven.plugin.changes that return IssueType
static IssueType IssueType.lookupByKey(String key)
           
static IssueType IssueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IssueType[] IssueType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IssueType in org.apache.maven.plugin.issues
 

Fields in org.apache.maven.plugin.issues with type parameters of type IssueType
protected  Map<String,IssueType> AbstractIssueManagementSystem.issueTypeMap
           
 

Methods in org.apache.maven.plugin.issues that return types with arguments of type IssueType
 Map<String,IssueType> IssueManagementSystem.getIssueTypeMap()
          Get a mapping of issue types used in this issue management system to the ones used in a changes.xml file.
 Map<String,IssueType> AbstractIssueManagementSystem.getIssueTypeMap()
           
 



Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.