Class AquaDockerScannerBuilder.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
        In order to load the persisted global configuration, you have to call load() in the constructor.
    • Method Detail

      • doCheckTimeout

        public FormValidation doCheckTimeout​(@QueryParameter
                                             String value)
                                      throws IOException,
                                             javax.servlet.ServletException
        Performs on-the-fly validation of the form field 'name'.
        Parameters:
        value - This parameter receives the value that the user has typed.
        Returns:
        Indicates the outcome of the validation. This is sent to the browser.
        Throws:
        IOException
        javax.servlet.ServletException
      • getAquaScannerImage

        public String getAquaScannerImage()
      • getApiURL

        public String getApiURL()
      • getRegistryUsername

        public String getRegistryUsername()
      • getRegistryPassword

        public Secret getRegistryPassword()
      • getRegistryAuthType

        public String getRegistryAuthType()
      • getAuthVal

        public String getAuthVal()
      • getUser

        public String getUser()
      • getPassword

        public Secret getPassword()
      • getToken

        public Secret getToken()
      • getTimeout

        public int getTimeout()
      • getRunOptions

        public String getRunOptions()
      • isRegistryAuthType

        public String isRegistryAuthType​(String auth)
      • getCaCertificates

        public boolean getCaCertificates()