Package hudson.plugins.ec2.ssh.verifiers
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
Fields inherited from class hudson.model.AdministrativeMonitor
id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kohsuke.stapler.HttpResponse
boolean
Let's activate the monitor if we find insecure templates, instead of look for running computers.boolean
boolean
Methods inherited from class hudson.model.AdministrativeMonitor
all, checkRequiredPermission, disable, doDisable, getRequiredPermission, getSearchUrl, getTarget, getUrl, hasPermissionToDisplay, hasRequiredPermission, isEnabled, isSecurity
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
SshHostKeyVerificationAdministrativeMonitor
public SshHostKeyVerificationAdministrativeMonitor()
-
-
Method Details
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classAdministrativeMonitor
-
getVeryInsecureTemplates
-
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 classAdministrativeMonitor
- Returns:
- true if the monitor is activated
-
doAct
public org.kohsuke.stapler.HttpResponse doAct(@QueryParameter String dismiss, @QueryParameter String dismissAllMessages) throws IOException - Throws:
IOException
-