Class CiManagement

    • Constructor Detail

      • CiManagement

        public CiManagement()
    • Method Detail

      • addNotifier

        public void addNotifier​(Notifier notifier)
        Method addNotifier.
        Parameters:
        notifier - a notifier object.
      • getNotifiers

        public List<Notifier> getNotifiers()
        Method getNotifiers.
        Returns:
        List
      • 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 continuous integration system, e.g. continuum.
        Returns:
        String
      • getUrl

        public String getUrl()
        Get uRL for the continuous integration system used by the project if it has a web interface.
        Returns:
        String
      • removeNotifier

        public void removeNotifier​(Notifier notifier)
        Method removeNotifier.
        Parameters:
        notifier - a notifier object.
      • setNotifiers

        public void setNotifiers​(List<Notifier> notifiers)
        Set configuration for notifying developers/users when a build is unsuccessful, including user information and notification mode.
        Parameters:
        notifiers - a notifiers object.
      • setSystem

        public void setSystem​(String system)
        Set the name of the continuous integration system, e.g. continuum.
        Parameters:
        system - a system object.
      • setUrl

        public void setUrl​(String url)
        Set uRL for the continuous integration system used by the project if it has a web interface.
        Parameters:
        url - a url object.