Class MissingVerificationStrategyAdministrativeMonitor
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.AdministrativeMonitor
hudson.plugins.sshslaves.verifiers.MissingVerificationStrategyAdministrativeMonitor
- All Implemented Interfaces:
ExtensionPoint
,ModelObject
,SearchableModelObject
,SearchItem
,org.kohsuke.stapler.StaplerProxy
@Extension
public class MissingVerificationStrategyAdministrativeMonitor
extends AdministrativeMonitor
An administrative warning that checks all SSH build agents have a
SshHostKeyVerificationStrategy
set against them and prompts the admin to update the settings as needed.- Since:
- 1.13
- Author:
- Michael Clarke
-
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Methods inherited from class hudson.model.AdministrativeMonitor
all, disable, doDisable, getRequiredPermission, getSearchUrl, getTarget, getUrl, isEnabled
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Constructor Details
-
MissingVerificationStrategyAdministrativeMonitor
public MissingVerificationStrategyAdministrativeMonitor()
-
-
Method Details
-
isActivated
public boolean isActivated()- Specified by:
isActivated
in classAdministrativeMonitor
-
getDisplayName
- Specified by:
getDisplayName
in interfaceModelObject
- Overrides:
getDisplayName
in classAdministrativeMonitor
-
getAgentNames
-
isSecurity
public boolean isSecurity()- Overrides:
isSecurity
in classAdministrativeMonitor
-