Class IssueManagement

    • Constructor Detail

      • IssueManagement

        public IssueManagement()
    • Method Detail

      • setOtherLocation

        public void setOtherLocation​(Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • 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 - a system object.
      • setUrl

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