Class ArtifactDeployerBuildAction
java.lang.Object
org.jenkinsci.plugins.artifactdeployer.ArtifactDeployerBuildAction
- All Implemented Interfaces:
Action,ModelObject,org.kohsuke.stapler.StaplerProxy
public class ArtifactDeployerBuildAction
extends Object
implements Action, org.kohsuke.stapler.StaplerProxy
- Author:
- Gregory Boissinot
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintAbstractBuild<?, ?> getOwner()voidsetArtifactsInfo(AbstractBuild<?, ?> owner, Map<Integer, List<ArtifactDeployerVO>> deployedArtifactsInfo)
-
Constructor Details
-
ArtifactDeployerBuildAction
public ArtifactDeployerBuildAction()
-
-
Method Details
-
setArtifactsInfo
public void setArtifactsInfo(AbstractBuild<?, ?> owner, Map<Integer, List<ArtifactDeployerVO>> deployedArtifactsInfo) -
getOwner
-
getDeployedArtifactsInfo
-
getDeployedArtifactsCount
public int getDeployedArtifactsCount() -
getIconFileName
- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
- Specified by:
getUrlNamein interfaceAction
-
getTarget
- Specified by:
getTargetin interfaceorg.kohsuke.stapler.StaplerProxy
-