Class DASTScan

    • Constructor Detail

      • DASTScan

        @DataBoundConstructor
        public DASTScan()
    • Method Detail

      • getAsset

        public String getAsset()
        Return asset. This is required for functioning of the form
        Returns:
        asset Asset to scan
      • setAsset

        @DataBoundSetter
        public void setAsset​(String asset)
        Set the asset to scan.This is required for functioning of the form
        Parameters:
        asset - Asset to scan
      • getEmail

        public String getEmail()
        Return the email. This is required for functioning of the form
        Returns:
        email Email used for app.breachlock.co
      • setEmail

        @DataBoundSetter
        public void setEmail​(String email)
        Set the email.This is required for functioning of the form
        Parameters:
        email - Email used for app.breachlock.co
      • getApikey

        public String getApikey()
        Return the encrypted secret API key. This is required for functioning of the form
        Returns:
        apiKey Jenkins integration API key
      • setApikey

        @DataBoundSetter
        public void setApikey​(Secret apikey)
        Set the encrypted API key.
        Parameters:
        apikey - Jenkins integration API key