org.jenkinsci.plugins.artifactdeployer
Class ArtifactDeployerBuildAction
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactDeployerBuildAction
public ArtifactDeployerBuildAction()
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.