org.jenkinsci.plugins.artifactdeployer.service
Class DeployedArtifactsActionManager

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.service.DeployedArtifactsActionManager
All Implemented Interfaces:
Serializable

public class DeployedArtifactsActionManager
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Method Summary
static DeployedArtifactsActionManager getInstance()
           
 DeployedArtifacts getOrCreateAction(hudson.model.AbstractBuild<?,?> build)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DeployedArtifactsActionManager getInstance()

getOrCreateAction

public DeployedArtifacts getOrCreateAction(hudson.model.AbstractBuild<?,?> build)


Copyright © 2004-2012. All Rights Reserved.