org.jenkinsci.plugins.artifactdeployer
Class DeleteRemoteArtifactsByScriptModel

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.DeleteRemoteArtifactsByScriptModel

public class DeleteRemoteArtifactsByScriptModel
extends Object

Author:
Gregory Boissinot

Constructor Summary
DeleteRemoteArtifactsByScriptModel(String groovyExpression)
           
 
Method Summary
 String getGroovyExpression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteRemoteArtifactsByScriptModel

@DataBoundConstructor
public DeleteRemoteArtifactsByScriptModel(String groovyExpression)
Method Detail

getGroovyExpression

public String getGroovyExpression()


Copyright © 2004-2012. All Rights Reserved.