org.jenkinsci.plugins.postbuildscript
Class GenericScript

java.lang.Object
  extended by org.jenkinsci.plugins.postbuildscript.GenericScript

public class GenericScript
extends Object

Author:
Gregory Boissinot

Constructor Summary
GenericScript(String filePath, String content)
           
 
Method Summary
 String getContent()
           
 String getFilePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericScript

@DataBoundConstructor
public GenericScript(String filePath,
                                          String content)
Method Detail

getFilePath

public String getFilePath()

getContent

public String getContent()


Copyright © 2004-2011. All Rights Reserved.