Interface Version
-
public interface Version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
attributeNames()
org.joda.time.DateTime
created()
String
description()
List<String>
labels()
String
name()
Integer
ordinal()
String
owner()
String
pkg()
org.joda.time.DateTime
released()
String
repository()
org.joda.time.DateTime
updated()
String
vcsTag()
-
-
-
Method Detail
-
name
String name()
-
description
String description()
-
pkg
String pkg()
-
repository
String repository()
-
owner
String owner()
-
created
org.joda.time.DateTime created()
-
updated
org.joda.time.DateTime updated()
-
released
org.joda.time.DateTime released()
-
ordinal
Integer ordinal()
-
vcsTag
String vcsTag()
-
-