org.jenkinsci.plugins.postbuildscript
Class GroovyScript

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

Deprecated.

@Deprecated
public class GroovyScript
extends Object

Author:
Gregory Boissinot

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

Constructor Detail

GroovyScript

public GroovyScript(String filePath,
                    String content)
Deprecated. 
Method Detail

getFilePath

public String getFilePath()
Deprecated. 

getContent

public String getContent()
Deprecated. 


Copyright © 2004-2013. All Rights Reserved.