org.jenkinsci.plugins.postbuildscript
Class GroovyScript

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

public class GroovyScript
extends java.lang.Object

Author:
Gregory Boissinot

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

Constructor Detail

GroovyScript

@DataBoundConstructor
public GroovyScript(java.lang.String filePath,
                                         java.lang.String content)
Method Detail

getFilePath

public java.lang.String getFilePath()

getContent

public java.lang.String getContent()


Copyright © 2004-2011. All Rights Reserved.