org.apache.maven.plugin.github
Class GitHubIssueManagementSystem

java.lang.Object
  extended by org.apache.maven.plugin.issues.AbstractIssueManagementSystem
      extended by org.apache.maven.plugin.github.GitHubIssueManagementSystem
All Implemented Interfaces:
IssueManagementSystem

public class GitHubIssueManagementSystem
extends AbstractIssueManagementSystem

Since:
2.8

Field Summary
 
Fields inherited from class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
issueTypeMap
 
Constructor Summary
GitHubIssueManagementSystem()
           
 
Method Summary
 String getName()
          Get the name of the issue management system.
 
Methods inherited from class org.apache.maven.plugin.issues.AbstractIssueManagementSystem
applyConfiguration, getIssueTypeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubIssueManagementSystem

public GitHubIssueManagementSystem()
Method Detail

getName

public String getName()
Description copied from interface: IssueManagementSystem
Get the name of the issue management system.

Specified by:
getName in interface IssueManagementSystem
Specified by:
getName in class AbstractIssueManagementSystem
Returns:
The name of the IMS.


Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.