Class ControllerVersion
java.lang.Object
com.yahoo.vespa.hosted.controller.api.identifiers.ControllerVersion
- All Implemented Interfaces:
Comparable<ControllerVersion>
A controller's Vespa version and commit details.
- Author:
- mpolden
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ControllerVersionThe current version of this controller -
Constructor Summary
ConstructorsConstructorDescriptionControllerVersion(com.yahoo.component.Version version, String commitSha, Instant commitDate) -
Method Summary
-
Field Details
-
CURRENT
The current version of this controller
-
-
Constructor Details
-
ControllerVersion
-
-
Method Details
-
version
public com.yahoo.component.Version version()Vespa version -
commitSha
Commit SHA of this -
commitDate
The time this was committed -
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<ControllerVersion>
-
equals
-
hashCode
public int hashCode()
-