org.hudsonci.plugins.snapshotmonitor.model
Class WatchedDependency

java.lang.Object
  extended by org.hudsonci.maven.model.MavenCoordinatesDTO
      extended by org.hudsonci.plugins.snapshotmonitor.model.WatchedDependency
All Implemented Interfaces:
Serializable

public class WatchedDependency
extends MavenCoordinatesDTO

Container for dependency and last-modified state.

Since:
2.1.0
Author:
Jason Dillon
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hudsonci.maven.model.MavenCoordinatesDTO
artifactId, classifier, expandedMetaVersion, groupId, type, version
 
Constructor Summary
WatchedDependency(MavenCoordinatesDTO dep)
           
 
Method Summary
 long getLastModified()
           
 void setLastModified(long lastModified)
           
 
Methods inherited from class org.hudsonci.maven.model.MavenCoordinatesDTO
equals, getArtifactId, getClassifier, getExpandedMetaVersion, getGroupId, getType, getVersion, hashCode, isSnapshot, normalize, setArtifactId, setClassifier, setExpandedMetaVersion, setGroupId, setType, setVersion, toString, toString, withArtifactId, withClassifier, withExpandedMetaVersion, withGroupId, withType, withVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WatchedDependency

public WatchedDependency(MavenCoordinatesDTO dep)
Method Detail

getLastModified

public long getLastModified()

setLastModified

public void setLastModified(long lastModified)


Copyright © 2004-2012 Hudson. All Rights Reserved.