Class TrustHostKeyAction
java.lang.Object
hudson.model.AbstractModelObject
hudson.model.TaskAction
hudson.plugins.sshslaves.verifiers.TrustHostKeyAction
- All Implemented Interfaces:
Action
,ModelObject
,SearchableModelObject
,SearchItem
An action that prompts a user with Computer.CONFIGURE privileges to trust a public key
issued by a remote SSH host. If a key is already known for this host then the user will
be prompted to replace the existing key, otherwise they will be prompted to add a new
key.
- Since:
- 1.13
- Author:
- Michael Clarke
-
Field Summary
Fields inherited from class hudson.model.TaskAction
log, workerThread
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doIndex
(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) void
doSubmit
(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) protected ACL
getACL()
protected Permission
boolean
Methods inherited from class hudson.model.TaskAction
doClearError, doProgressiveHtml, doProgressiveLog, getLog, getSearchUrl, getWorkerThread, obtainLog
Methods inherited from class hudson.model.AbstractModelObject
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError
-
Method Details
-
getHostKey
-
getExistingHostKey
- Throws:
IOException
-
getComputer
-
doSubmit
public void doSubmit(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
doIndex
public void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException - Throws:
IOException
javax.servlet.ServletException
-
isComplete
public boolean isComplete() -
getIconFileName
- Specified by:
getIconFileName
in interfaceAction
- Specified by:
getIconFileName
in classTaskAction
-
getDisplayName
-
getPermission
- Specified by:
getPermission
in classTaskAction
-
getACL
- Specified by:
getACL
in classTaskAction
-
getUrlName
-