org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerBuildAction

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerBuildAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject, org.kohsuke.stapler.StaplerProxy

public class ArtifactDeployerBuildAction
extends Object
implements hudson.model.Action, org.kohsuke.stapler.StaplerProxy

Author:
Gregory Boissinot

Constructor Summary
ArtifactDeployerBuildAction()
           
 
Method Summary
 int getDeployedArtifactsCount()
           
 Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()
           
 String getDisplayName()
           
 String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getOwner()
           
 Object getTarget()
           
 String getUrlName()
           
 void setArtifactsInfo(hudson.model.AbstractBuild<?,?> owner, Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactDeployerBuildAction

public ArtifactDeployerBuildAction()
Method Detail

setArtifactsInfo

public void setArtifactsInfo(hudson.model.AbstractBuild<?,?> owner,
                             Map<Integer,List<ArtifactDeployerVO>> deployedArtifactsInfo)

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()

getDeployedArtifactsInfo

public Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()

getDeployedArtifactsCount

public int getDeployedArtifactsCount()

getIconFileName

public String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getTarget

public Object getTarget()
Specified by:
getTarget in interface org.kohsuke.stapler.StaplerProxy


Copyright © 2004-2015. All Rights Reserved.