A C D G I J M P R S _ 

A

addIdentity(String, String, String) - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgent
Adds the provided identity to the agent.
addIdentity(String, String, String) - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgent
Adds the provided identity to the agent.
addIdentity(String, String, String) - Method in interface com.cloudbees.jenkins.plugins.sshagent.RemoteAgent
Adds the provided identity to the agent.
AgentServer - Class in com.cloudbees.jenkins.plugins.sshagent.jna
A server for an SSH Agent.
AgentServer() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer
 
AgentServer(SshAgent) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer
 
AgentServer.SshAgentSession - Class in com.cloudbees.jenkins.plugins.sshagent.jna
 
AgentServer.SshAgentSession(UnixSocketChannel, SshAgent) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer.SshAgentSession
 

C

call() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgentStarter
call() - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgentStarter
close() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer
 
com.cloudbees.jenkins.plugins.sshagent - package com.cloudbees.jenkins.plugins.sshagent
 
com.cloudbees.jenkins.plugins.sshagent.jna - package com.cloudbees.jenkins.plugins.sshagent.jna
 
com.cloudbees.jenkins.plugins.sshagent.mina - package com.cloudbees.jenkins.plugins.sshagent.mina
 

D

doFillUserItems() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
Populate the list of credentials available to the job.

G

getAgent() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer
 
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgentFactory
The display name of the factory.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgentFactory
The display name of the factory.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.RemoteAgentFactory
The display name of the factory.
getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
getSocket() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgent
Returns the value that the environment variable should be set to.
getSocket() - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgent
Returns the value that the environment variable should be set to.
getSocket() - Method in interface com.cloudbees.jenkins.plugins.sshagent.RemoteAgent
Returns the value that the environment variable should be set to.
getUser() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
Gets the IdCredentials.getId() of the credentials to use.

I

isApplicable(AbstractProject<?, ?>) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
isSupported(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgentFactory
Checks if the supplied launcher is supported by this factory.
isSupported(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgentFactory
Checks if the supplied launcher is supported by this factory.
isSupported(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.RemoteAgentFactory
Checks if the supplied launcher is supported by this factory.

J

JNRRemoteAgent - Class in com.cloudbees.jenkins.plugins.sshagent.jna
An implementation that uses Apache SSH to provide the Agent over JNR's UnixSocket implementation.
JNRRemoteAgent(TaskListener) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgent
Constructor.
JNRRemoteAgentFactory - Class in com.cloudbees.jenkins.plugins.sshagent.jna
A factory that uses the Apache Mina/SSH library support to natively provide a ssh-agent implementation on platforms supported by jnr-unixsocket
JNRRemoteAgentFactory() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgentFactory
 
JNRRemoteAgentStarter - Class in com.cloudbees.jenkins.plugins.sshagent.jna
Callable to start the remote agent.
JNRRemoteAgentStarter(TaskListener) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgentStarter
Constructor.

M

Messages - Class in com.cloudbees.jenkins.plugins.sshagent
 
Messages() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.Messages
 
MinaRemoteAgent - Class in com.cloudbees.jenkins.plugins.sshagent.mina
An implementation that uses Apache SSH to provide the Agent.
MinaRemoteAgent(TaskListener) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgent
Constructor.
MinaRemoteAgentFactory - Class in com.cloudbees.jenkins.plugins.sshagent.mina
A factory that uses the Apache Mina/SSH library support to (semi-)natively provide a ssh-agent implementation
MinaRemoteAgentFactory() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgentFactory
 
MinaRemoteAgentStarter - Class in com.cloudbees.jenkins.plugins.sshagent.mina
Callable to start the remote agent.
MinaRemoteAgentStarter(TaskListener) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgentStarter
Constructor.

P

preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper

R

RemoteAgent - Interface in com.cloudbees.jenkins.plugins.sshagent
Need an interface in order to export the object from the channel.
RemoteAgentFactory - Class in com.cloudbees.jenkins.plugins.sshagent
Extension point for ssh-agent providers.
RemoteAgentFactory() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.RemoteAgentFactory
 
reply(Buffer) - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer.SshAgentSession
 
run() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer.SshAgentSession
 

S

setUp(AbstractBuild, Launcher, BuildListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
SSHAgentBuildWrapper - Class in com.cloudbees.jenkins.plugins.sshagent
A build wrapper that provides an SSH agent using supplied credentials
SSHAgentBuildWrapper(String) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
Constructs a new instance.
SSHAgentBuildWrapper.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshagent
Our descriptor.
SSHAgentBuildWrapper.DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
 
SSHAgentBuildWrapper_CouldNotStartAgent() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Unable to start agent
SSHAgentBuildWrapper_CredentialsNotFound() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Could not find specified credentials
SSHAgentBuildWrapper_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
SSH Agent
SSHAgentBuildWrapper_Started() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Started.
SSHAgentBuildWrapper_Stopped() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Stopped.
SSHAgentBuildWrapper_UnableToReadKey(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Unable to read key: {0}
SSHAgentBuildWrapper_UsingCredentials(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Using credentials {0}
start() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.AgentServer
 
start(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgentFactory
Start a ssh-agent on the specified launcher.
start(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgentFactory
Start a ssh-agent on the specified launcher.
start(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.RemoteAgentFactory
Start a ssh-agent on the specified launcher.
stop() - Method in class com.cloudbees.jenkins.plugins.sshagent.jna.JNRRemoteAgent
Stops the agent.
stop() - Method in class com.cloudbees.jenkins.plugins.sshagent.mina.MinaRemoteAgent
Stops the agent.
stop() - Method in interface com.cloudbees.jenkins.plugins.sshagent.RemoteAgent
Stops the agent.

_

_SSHAgentBuildWrapper_CouldNotStartAgent() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Unable to start agent
_SSHAgentBuildWrapper_CredentialsNotFound() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Could not find specified credentials
_SSHAgentBuildWrapper_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
SSH Agent
_SSHAgentBuildWrapper_Started() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Started.
_SSHAgentBuildWrapper_Stopped() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Stopped.
_SSHAgentBuildWrapper_UnableToReadKey(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Unable to read key: {0}
_SSHAgentBuildWrapper_UsingCredentials(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
[ssh-agent] Using credentials {0}
A C D G I J M P R S _ 

Copyright © 2004-2014. All Rights Reserved.