org.jenkinsci.plugins.ivytrigger
Class IvyArtifactValue

java.lang.Object
  extended by org.jenkinsci.plugins.ivytrigger.IvyArtifactValue
All Implemented Interfaces:
Serializable

public class IvyArtifactValue
extends Object
implements Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
IvyArtifactValue(String name, String extension, long lastModificationDate)
           
 
Method Summary
 String getExtension()
           
 String getFullName()
           
 long getLastModificationDate()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IvyArtifactValue

public IvyArtifactValue(String name,
                        String extension,
                        long lastModificationDate)
Method Detail

getFullName

public String getFullName()

getName

public String getName()

getExtension

public String getExtension()

getLastModificationDate

public long getLastModificationDate()


Copyright © 2004-2013. All Rights Reserved.