Class BuildNotifier

    • Constructor Detail

      • BuildNotifier

        @DataBoundConstructor
        public BuildNotifier​(BuildNotifier.OptionalAssociationView associationView,
                             BuildNotifier.OptionalWebhook webhook)
        Creates a new BuildNotifier. Arguments are automatically supplied when the job configuration is read from the configuration file.
        Parameters:
        associationView - The Association View
        webhook - The TeamForge webhook info
    • Method Detail

      • getWebhookUsername

        public String getWebhookUsername()
      • getWebhookPassword

        public Secret getWebhookPassword()
      • getCollabNetUrl

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

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

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

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

        public BuildStepMonitor getRequiredMonitorService()
      • getCtfUrl

        public String getCtfUrl()
        Reads the ctf project URL
        Returns:
        the CTF project URL
      • setCtfUrl

        public void setCtfUrl​(String ctfUrl)
        Sets the CTF URL
        Parameters:
        ctfUrl - ctfUrl
      • getCtfUser

        public String getCtfUser()
        Reads the ctf credentials - user
        Returns:
        the CTF project User
      • setCtfUser

        public void setCtfUser​(String ctfUser)
        Sets the CTF User
        Parameters:
        ctfUser - ctfUser
      • getCtfPassword

        public String getCtfPassword()
        Reads the ctf passowrd
        Returns:
        What should be displayed as ctf password
      • getUseAssociationView

        public boolean getUseAssociationView()
      • setUseAssociationView

        public void setUseAssociationView​(boolean useAssociationView)
      • getWebhookUrl

        public String getWebhookUrl()
      • getSupportWebhook

        public boolean getSupportWebhook()
      • setSupportWebhook

        public void setSupportWebhook​(boolean supportWebhook)