Class IssueManagement

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private java.lang.String system
      The name of the issue management system, e.g.
      private java.lang.String url
      URL for the issue management system used by the project.
    • Constructor Summary

      Constructors 
      Constructor Description
      IssueManagement()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSystem()
      Get the name of the issue management system, e.g.
      java.lang.String getUrl()
      Get uRL for the issue management system used by the project.
      void setSystem​(java.lang.String system)
      Set the name of the issue management system, e.g.
      void setUrl​(java.lang.String url)
      Set uRL for the issue management system used by the project.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • system

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

        private java.lang.String url
        URL for the issue management system used by the project.
    • Constructor Detail

      • IssueManagement

        public IssueManagement()
    • Method Detail

      • getSystem

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

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

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

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