org.hudsonci.plugins.snapshotmonitor.model
Class WatchedDependency
java.lang.Object
org.hudsonci.maven.model.MavenCoordinatesDTO
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
| 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 |
WatchedDependency
public WatchedDependency(MavenCoordinatesDTO dep)
getLastModified
public long getLastModified()
setLastModified
public void setLastModified(long lastModified)
Copyright © 2004-2011 Hudson. All Rights Reserved.