Class IssueManagement

java.lang.Object
org.apache.maven.model.IssueManagement
All Implemented Interfaces:
Serializable

public class IssueManagement extends Object implements Serializable
Information about the issue tracking (or bug tracking) system used to manage this project.
Version:
$Revision$ $Date$
See Also:
  • Field Details

    • system

      private String system
      The name of the issue management system, e.g. Bugzilla.
    • url

      private String url
      URL for the issue management system used by the project.
  • Constructor Details

    • IssueManagement

      public IssueManagement()
  • Method Details

    • getSystem

      public String getSystem()
      Get the name of the issue management system, e.g. Bugzilla.
      Returns:
      String
    • getUrl

      public String getUrl()
      Get uRL for the issue management system used by the project.
      Returns:
      String
    • setSystem

      public void setSystem(String system)
      Set the name of the issue management system, e.g. Bugzilla.
      Parameters:
      system -
    • setUrl

      public void setUrl(String url)
      Set uRL for the issue management system used by the project.
      Parameters:
      url -