public class StringBinding extends Binding<org.jenkinsci.plugins.plaincredentials.StringCredentials>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringBinding.DescriptorImpl |
Binding.Environment, Binding.SingleEnvironmentMultiBinding.MultiEnvironment, MultiBinding.NullUnbinder, MultiBinding.Unbinder| Constructor and Description |
|---|
StringBinding(String variable,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
Binding.SingleEnvironment |
bindSingle(hudson.model.Run<?,?> build,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
Sets up bindings for a build.
|
protected Class<org.jenkinsci.plugins.plaincredentials.StringCredentials> |
type()
Type token.
|
bind, bind, getCredentials, getVariable, variablesgetCredentials, getCredentialsId, getDescriptorprotected Class<org.jenkinsci.plugins.plaincredentials.StringCredentials> type()
MultiBindingtype in class MultiBinding<org.jenkinsci.plugins.plaincredentials.StringCredentials>public Binding.SingleEnvironment bindSingle(hudson.model.Run<?,?> build, hudson.FilePath workspace, hudson.Launcher launcher, hudson.model.TaskListener listener) throws IOException, InterruptedException
BindingbindSingle in class Binding<org.jenkinsci.plugins.plaincredentials.StringCredentials>IOExceptionInterruptedExceptionCopyright © 2016. All rights reserved.