Package io.cucumber.messages.types
Class Ci
java.lang.Object
io.cucumber.messages.types.Ci
Represents the Ci message in Cucumber's message protocol
CI environment
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Ci
-
-
Method Details
-
getName
Name of the CI product, e.g. "Jenkins", "CircleCI" etc. -
getUrl
Link to the build -
getBuildNumber
The build number. Some CI servers use non-numeric build numbers, which is why this is a string -
getGit
-
equals
-
hashCode
public int hashCode() -
toString
-