JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.cucumber.cienvironment
Interface CiEnvironment.Git
Enclosing interface:
CiEnvironment
public static interface
CiEnvironment.Git
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Optional
<
String
>
getBranch
()
String
getRemote
()
String
getRevision
()
Optional
<
String
>
getTag
()
Method Details
getRemote
String
getRemote
()
getRevision
String
getRevision
()
getBranch
Optional
<
String
>
getBranch
()
getTag
Optional
<
String
>
getTag
()