Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addIdentity(String, String, String, FilePath, Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.exec.ExecRemoteAgent
-
Adds the provided identity to the agent.
C
- com.cloudbees.jenkins.plugins.sshagent - package com.cloudbees.jenkins.plugins.sshagent
- com.cloudbees.jenkins.plugins.sshagent.exec - package com.cloudbees.jenkins.plugins.sshagent.exec
- CredentialHolder(String) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.CredentialHolder
-
Stapler's constructor.
D
- description(StandardUsernameCredentials) - Static method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Helper method that returns a safe description of a
StandardUsernameCredentials
. - DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.CredentialHolder.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
- DescriptorImpl() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep.DescriptorImpl
- doFillCredentialsItems(Item) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep.DescriptorImpl
-
Populate the list of credentials available to the job.
- doFillIdItems(Item) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.CredentialHolder.DescriptorImpl
-
Populate the list of credentials available to the job.
E
- ExecRemoteAgent - Class in com.cloudbees.jenkins.plugins.sshagent.exec
-
Runs a native SSH agent installed on a system.
- ExecRemoteAgent(Launcher, TaskListener) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.exec.ExecRemoteAgent
G
- getCredentialHolders() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Returns the value objects used to hold the credential ids.
- getCredentialIds() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Gets the
IdCredentials.getId()
s of the credentials to use. - getCredentials() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.CredentialHolder.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
- getDisplayName() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep.DescriptorImpl
- getEnv() - Method in class com.cloudbees.jenkins.plugins.sshagent.exec.ExecRemoteAgent
- getFunctionName() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep.DescriptorImpl
- getId() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.CredentialHolder
-
Gets the id.
- getRequiredContext() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep.DescriptorImpl
- getUser() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Deprecated.
I
- isApplicable(AbstractProject<?, ?>) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.DescriptorImpl
- isIgnoreMissing() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
When
true
then any missing credentials will be ignored. - isIgnoreMissing() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep
M
- Messages - Class in com.cloudbees.jenkins.plugins.sshagent
-
Generated localization support class.
- Messages() - Constructor for class com.cloudbees.jenkins.plugins.sshagent.Messages
P
- preCheckout(AbstractBuild, Launcher, BuildListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
S
- setIgnoreMissing(boolean) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep
- 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(SSHAgentBuildWrapper.CredentialHolder[], boolean) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Constructs a new instance.
- SSHAgentBuildWrapper(String) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Deprecated.
- SSHAgentBuildWrapper(List<String>, boolean) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper
-
Constructs a new instance.
- SSHAgentBuildWrapper_CouldNotStartAgent() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.CouldNotStartAgent
:[ssh-agent] Unable to start agent
. - SSHAgentBuildWrapper_CredentialHolder_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.CredentialHolder.DisplayName
:Credentials
. - SSHAgentBuildWrapper_CredentialsNotFound(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.CredentialsNotFound
:[ssh-agent] Could not find specified credentials: {0}
. - SSHAgentBuildWrapper_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.DisplayName
:SSH Agent
. - SSHAgentBuildWrapper_Started() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.Started
:[ssh-agent] Started.
. - SSHAgentBuildWrapper_Stopped() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.Stopped
:[ssh-agent] Stopped.
. - SSHAgentBuildWrapper_UnableToReadKey(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.UnableToReadKey
:[ssh-agent] Unable to read key: {0}
. - SSHAgentBuildWrapper_UsingCredentials(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.UsingCredentials
:[ssh-agent] Using credentials {0}
. - SSHAgentBuildWrapper.CredentialHolder - Class in com.cloudbees.jenkins.plugins.sshagent
-
A value object to make it possible to pass back multiple credentials via the UI.
- SSHAgentBuildWrapper.CredentialHolder.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshagent
-
Our descriptor.
- SSHAgentBuildWrapper.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshagent
-
Our descriptor.
- SSHAgentStep - Class in com.cloudbees.jenkins.plugins.sshagent
- SSHAgentStep(List<String>) - Constructor for class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep
-
Default parameterized constructor.
- SSHAgentStep.DescriptorImpl - Class in com.cloudbees.jenkins.plugins.sshagent
- start(StepContext) - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep
- stop(Launcher, TaskListener) - Method in class com.cloudbees.jenkins.plugins.sshagent.exec.ExecRemoteAgent
-
Stops the agent.
T
- takesImplicitBlockArgument() - Method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentStep.DescriptorImpl
- toIdList(SSHAgentBuildWrapper.CredentialHolder[]) - Static method in class com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper.CredentialHolder
-
Converts an array of value objects into a list of ids.
_
- _SSHAgentBuildWrapper_CouldNotStartAgent() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.CouldNotStartAgent
:[ssh-agent] Unable to start agent
. - _SSHAgentBuildWrapper_CredentialHolder_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.CredentialHolder.DisplayName
:Credentials
. - _SSHAgentBuildWrapper_CredentialsNotFound(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.CredentialsNotFound
:[ssh-agent] Could not find specified credentials: {0}
. - _SSHAgentBuildWrapper_DisplayName() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.DisplayName
:SSH Agent
. - _SSHAgentBuildWrapper_Started() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.Started
:[ssh-agent] Started.
. - _SSHAgentBuildWrapper_Stopped() - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.Stopped
:[ssh-agent] Stopped.
. - _SSHAgentBuildWrapper_UnableToReadKey(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.UnableToReadKey
:[ssh-agent] Unable to read key: {0}
. - _SSHAgentBuildWrapper_UsingCredentials(Object) - Static method in class com.cloudbees.jenkins.plugins.sshagent.Messages
-
Key
SSHAgentBuildWrapper.UsingCredentials
:[ssh-agent] Using credentials {0}
.
All Classes and Interfaces|All Packages|Serialized Form
SSHAgentBuildWrapper(java.util.List,boolean)