org.apache.maven.plugin.github
Class GitHubIssueManagementSystem
java.lang.Object
org.apache.maven.plugin.issues.AbstractIssueManagementSystem
org.apache.maven.plugin.github.GitHubIssueManagementSystem
- All Implemented Interfaces:
- IssueManagementSystem
public class GitHubIssueManagementSystem
- extends AbstractIssueManagementSystem
- Since:
- 2.8
Method Summary |
String |
getName()
Get the name of the issue management system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GitHubIssueManagementSystem
public GitHubIssueManagementSystem()
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-2013 The Apache Software Foundation. All Rights Reserved.