java.lang.Object
net.thucydides.model.domain.Release
- All Implemented Interfaces:
Comparable
A release or version of a software project.
Releases are identified by a tag, usually of type 'version'
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleangetLabel()getName()inthashCode()static ReleasetoString()withChildren(List<Release> children) withParents(List<Release> parents) withReport(String reportName)
-
Constructor Details
-
Release
-
Release
-
-
Method Details
-
ofVersion
-
withChildren
-
withParents
-
withReport
-
getName
-
getLabel
-
getChildren
-
getParents
-
getReleaseTag
-
getReportName
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable
-
toString
-