public class StringBinding extends Binding<StringCredentials>
| Modifier and Type | Class and Description |
|---|---|
static class |
StringBinding.DescriptorImpl |
Binding.Environment| Constructor and Description |
|---|
StringBinding(String variable,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
Binding.Environment |
bind(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Sets up bindings for a build.
|
protected Class<StringCredentials> |
type()
Type token.
|
getCredentials, getCredentialsId, getDescriptor, getVariableprotected Class<StringCredentials> type()
Bindingtype in class Binding<StringCredentials>public Binding.Environment bind(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
Bindingbind in class Binding<StringCredentials>IOExceptionInterruptedExceptionCopyright © 2004-2013. All Rights Reserved.