org.jvnet.hudson.plugins.groovypostbuild
Class GroovyScriptPath

java.lang.Object
  extended by hudson.model.AbstractDescribableImpl<GroovyScriptPath>
      extended by org.jvnet.hudson.plugins.groovypostbuild.GroovyScriptPath
All Implemented Interfaces:
hudson.model.Describable<GroovyScriptPath>

public class GroovyScriptPath
extends hudson.model.AbstractDescribableImpl<GroovyScriptPath>

Author:
Nicolas De loof

Nested Class Summary
static class GroovyScriptPath.GroovyScriptPathDescriptor
           
 
Constructor Summary
GroovyScriptPath(String path)
           
 
Method Summary
 File getPath()
           
 
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyScriptPath

@DataBoundConstructor
public GroovyScriptPath(String path)
Method Detail

getPath

public File getPath()


Copyright © 2004-2012. All Rights Reserved.