Package hudson.model

Class FileParameterDefinition

java.lang.Object
hudson.model.ParameterDefinition
hudson.model.FileParameterDefinition
All Implemented Interfaces:
ExtensionPoint, Describable<ParameterDefinition>, Serializable

public class FileParameterDefinition extends ParameterDefinition
ParameterDefinition for doing file upload.

The file will be then placed into the workspace at the beginning of a build.

Author:
Kohsuke Kawaguchi
See Also: