Package org.jenkinsci.plugins.ivytrigger
Class IvyDependencyValue
- java.lang.Object
-
- org.jenkinsci.plugins.ivytrigger.IvyDependencyValue
-
- All Implemented Interfaces:
Serializable
public class IvyDependencyValue extends Object implements Serializable
- Author:
- Gregory Boissinot
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IvyDependencyValue(String revision, List<IvyArtifactValue> artifacts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IvyArtifactValue>
getArtifacts()
String
getRevision()
-
-
-
Constructor Detail
-
IvyDependencyValue
public IvyDependencyValue(String revision, List<IvyArtifactValue> artifacts)
-
-
Method Detail
-
getRevision
public String getRevision()
-
getArtifacts
public List<IvyArtifactValue> getArtifacts()
-
-