Class AbstractTeamForgeNotifier

    • Constructor Detail

      • AbstractTeamForgeNotifier

        public AbstractTeamForgeNotifier​(ConnectionFactory connectionFactory,
                                         String project)
    • Method Detail

      • getConnectionFactory

        public ConnectionFactory getConnectionFactory()
        If this notifier is configured with a separate credential, return it. Otherwise null. Used for form data binding.
      • overrideAuth

        public boolean overrideAuth()
        Returns:
        whether or not auth is overriden
      • getCollabNetUrl

        public String getCollabNetUrl()
        Returns:
        the url for the CollabNet server.
      • getUsername

        public String getUsername()
        Returns:
        the username used for logging in.
      • getPassword

        public String getPassword()
        Returns:
        the password used for logging in.
      • connect

        public CollabNetApp connect()
        Connects to the TeamForge.
      • getProject

        public String getProject()
        Returns:
        the project where the build log is uploaded.