Class IssueManagement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, InputLocationTracker

    public class IssueManagement
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
    Information about the issue tracking (or bug tracking) system used to manage this project.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • 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.
      • locations

        private java.util.Map<java.lang.Object,​InputLocation> locations
        Field locations.
      • systemLocation

        private InputLocation systemLocation
        Field systemLocation.
      • urlLocation

        private InputLocation urlLocation
        Field urlLocation.
    • Constructor Detail

      • IssueManagement

        public IssueManagement()
    • Method Detail

      • clone

        public IssueManagement clone()
        Method clone.
        Overrides:
        clone in class java.lang.Object
        Returns:
        IssueManagement
      • setOtherLocation

        public void setOtherLocation​(java.lang.Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • getOtherLocation

        private InputLocation getOtherLocation​(java.lang.Object key)
        Parameters:
        key - a key object.
        Returns:
        InputLocation
      • 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.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()