Package hudson.model.FileParameterValue

Examples of hudson.model.FileParameterValue.FileItemImpl


  private FileItem file;

  public PropagatedFileParameterValue(
      String name, File file, String originalName) {
    super(name, file, originalName);
    this.file = new FileItemImpl(file);
  }
View Full Code Here

TOP

Related Classes of hudson.model.FileParameterValue.FileItemImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.