Interface ServiceSetup
- All Known Implementing Classes:
AbstractServiceSetup, Appveyor, Bamboo, Circle, General, GitHub, Jenkins, Shippable, Travis, Wercker
public interface ServiceSetup
Service specific mojo properties.
-
Method Details
-
isSelected
boolean isSelected()Checks if is selected.- Returns:
trueif this service is selected, otherwisefalse
-
getName
-
getJobId
-
getBuildNumber
String getBuildNumber()Gets the builds the number.- Returns:
- service build number, or
nullif not defined
-
getBuildUrl
-
getBranch
-
getPullRequest
String getPullRequest()Gets the pull request.- Returns:
- pull request identifier, or
nullif not defined
-
getEnvironment
Properties getEnvironment()Gets the environment.- Returns:
- environment related to service, or
nullif not defined
-