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, long lastModificationDate)
           
 
Method Summary
 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,
                        long lastModificationDate)
Method Detail

getName

public String getName()

getLastModificationDate

public long getLastModificationDate()


Copyright © 2004-2012. All Rights Reserved.