public class FileBinding extends Binding<FileCredentials>
| Modifier and Type | Class and Description |
|---|---|
static class |
FileBinding.DescriptorImpl |
Binding.Environment| Constructor and Description |
|---|
FileBinding(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<FileCredentials> |
type()
Type token.
|
getCredentials, getCredentialsId, getDescriptor, getVariableprotected Class<FileCredentials> type()
Bindingtype in class Binding<FileCredentials>public Binding.Environment bind(hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener) throws IOException, InterruptedException
Bindingbind in class Binding<FileCredentials>IOExceptionInterruptedExceptionCopyright © 2004-2013. All Rights Reserved.