org.jenkinsci.plugins.artifactdeployer.service
Class DeployedArtifactsService

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

public class DeployedArtifactsService
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Method Summary
static DeployedArtifactsService getInstance()
           
 DeployedArtifacts getOrCreateAndAttachAction(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 DeployedArtifactsService getInstance()

getOrCreateAndAttachAction

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


Copyright © 2004-2011. All Rights Reserved.