public interface BuildServer
| Modifier and Type | Method and Description |
|---|---|
String |
getBranchName()
get the branch name of the current build.
|
String |
getBuildNumber()
get the buildnumber, the buildnumber generation is dependent of the build server
|
String |
getJobName()
get the job name of the current build.
|
String |
getProductName()
get the product name of the build server
|
boolean |
isOnDevelopBranch() |
boolean |
isOnMasterBranch() |
String getBranchName()
String getJobName()
String getProductName()
String getBuildNumber() throws IOException
IOExceptionboolean isOnMasterBranch()
boolean isOnDevelopBranch()
Copyright © 2015. All rights reserved.