@Extension
public class SshHostKeyVerificationAdministrativeMonitor
extends hudson.model.AdministrativeMonitor
Constructor and Description |
---|
SshHostKeyVerificationAdministrativeMonitor() |
Modifier and Type | Method and Description |
---|---|
org.kohsuke.stapler.HttpResponse |
doAct(String dismiss,
String dismissAllMessages) |
String |
getDisplayName() |
String |
getInsecureTemplates() |
String |
getVeryInsecureTemplates() |
boolean |
isActivated()
Let's activate the monitor if we find insecure templates, instead of look for running computers.
|
boolean |
showInsecureTemplates() |
boolean |
showVeryInsecureTemplates() |
all, disable, doDisable, getSearchUrl, getTarget, getUrl, isEnabled
public SshHostKeyVerificationAdministrativeMonitor()
public String getDisplayName()
getDisplayName
in interface hudson.model.ModelObject
getDisplayName
in class hudson.model.AdministrativeMonitor
public String getVeryInsecureTemplates()
public String getInsecureTemplates()
public boolean showVeryInsecureTemplates()
public boolean showInsecureTemplates()
public boolean isActivated()
isActivated
in class hudson.model.AdministrativeMonitor
public org.kohsuke.stapler.HttpResponse doAct(@QueryParameter String dismiss, @QueryParameter String dismissAllMessages) throws IOException
IOException
Copyright © 2016–2020. All rights reserved.