Class SshHostKeyVerificationAdministrativeMonitor

java.lang.Object
hudson.model.AbstractModelObject
hudson.model.AdministrativeMonitor
hudson.plugins.ec2.ssh.verifiers.SshHostKeyVerificationAdministrativeMonitor
All Implemented Interfaces:
ExtensionPoint, ModelObject, SearchableModelObject, SearchItem, org.kohsuke.stapler.StaplerProxy

@Extension public class SshHostKeyVerificationAdministrativeMonitor extends AdministrativeMonitor
  • Constructor Details

    • SshHostKeyVerificationAdministrativeMonitor

      public SshHostKeyVerificationAdministrativeMonitor()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Specified by:
      getDisplayName in interface ModelObject
      Overrides:
      getDisplayName in class AdministrativeMonitor
    • getVeryInsecureTemplates

      public String getVeryInsecureTemplates()
    • getInsecureTemplates

      public String getInsecureTemplates()
    • showVeryInsecureTemplates

      public boolean showVeryInsecureTemplates()
    • showInsecureTemplates

      public boolean showInsecureTemplates()
    • isActivated

      public boolean isActivated()
      Let's activate the monitor if we find insecure templates, instead of look for running computers.
      Specified by:
      isActivated in class AdministrativeMonitor
      Returns:
      true if the monitor is activated
    • doAct

      public org.kohsuke.stapler.HttpResponse doAct(@QueryParameter String dismiss, @QueryParameter String dismissAllMessages) throws IOException
      Throws:
      IOException