Class AnchoreBuilder.DescriptorImpl

    • Constructor Detail

      • DescriptorImpl

        public DescriptorImpl()
    • Method Detail

      • setDebug

        public void setDebug​(boolean debug)
      • setEnabled

        @Deprecated
        public void setEnabled​(boolean enabled)
        Deprecated.
      • setEngineurl

        public void setEngineurl​(String engineurl)
      • setEngineuser

        public void setEngineuser​(String engineuser)
      • setEnginepass

        public void setEnginepass​(Secret enginepass)
      • setEngineverify

        public void setEngineverify​(boolean engineverify)
      • getDebug

        public boolean getDebug()
      • getEnabled

        @Deprecated
        public boolean getEnabled()
        Deprecated.
      • getEngineurl

        public String getEngineurl()
      • getEngineuser

        public String getEngineuser()
      • getEnginepass

        public Secret getEnginepass()
      • getEngineverify

        public boolean getEngineverify()
      • doCheckName

        public FormValidation doCheckName​(@QueryParameter
                                          String value)
        Performs on-the-fly validation of the form field 'name' (Image list file)
        Parameters:
        value - This parameter receives the value that the user has typed in the 'Image list file' box
        Returns:
        Indicates the outcome of the validation. This is sent to the browser.

        Note that returning FormValidation.error(String) does not prevent the form from being saved. It just means that a message will be displayed to the user

      • doFillEngineCredentialsIdItems

        public ListBoxModel doFillEngineCredentialsIdItems​(@QueryParameter
                                                           String credentialsId)