org.jenkinsci.plugins.artifactdeployer
Class DeployedArtifacts

java.lang.Object
  extended by org.jenkinsci.plugins.artifactdeployer.DeployedArtifacts
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

Deprecated.

@Deprecated
public class DeployedArtifacts
extends Object
implements hudson.model.Action

Author:
Gregory Boissinot

Constructor Summary
DeployedArtifacts()
          Deprecated.  
 
Method Summary
 Map<Integer,List<ArtifactDeployerVO>> getDeployedArtifactsInfo()
          Deprecated.  
 String getDisplayName()
          Deprecated.  
 String getIconFileName()
          Deprecated.  
 String getUrlName()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployedArtifacts

public DeployedArtifacts()
Deprecated. 
Method Detail

getIconFileName

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

getDisplayName

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

getUrlName

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

getDeployedArtifactsInfo

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


Copyright © 2004-2015. All Rights Reserved.