Class Bamboo
java.lang.Object
org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
org.eluder.coveralls.maven.plugin.service.Bamboo
- All Implemented Interfaces:
ServiceSetup
Service implementation for Atlassian Bamboo.
https://www.atlassian.com/software/bamboo/
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the branch.Gets the builds the number.Gets the builds the url.Gets the environment.getName()Gets the name.booleanChecks if is selected.Methods inherited from class AbstractServiceSetup
addProperty, getJobId, getProperty, getPullRequest
-
Field Details
-
BAMBOO_NAME
-
BAMBOO_BUILD_NUMBER
-
BAMBOO_BUILD_URL
-
BAMBOO_BRANCH
-
-
Constructor Details
-
Bamboo
-
-
Method Details
-
isSelected
public boolean isSelected()Description copied from interface:ServiceSetupChecks if is selected.- Returns:
trueif this service is selected, otherwisefalse
-
getName
-
getBuildNumber
Description copied from interface:ServiceSetupGets the builds the number.- Specified by:
getBuildNumberin interfaceServiceSetup- Overrides:
getBuildNumberin classAbstractServiceSetup- Returns:
- service build number, or
nullif not defined
-
getBuildUrl
Description copied from interface:ServiceSetupGets the builds the url.- Specified by:
getBuildUrlin interfaceServiceSetup- Overrides:
getBuildUrlin classAbstractServiceSetup- Returns:
- service build url, or
nullif not defined
-
getBranch
Description copied from interface:ServiceSetupGets the branch.- Specified by:
getBranchin interfaceServiceSetup- Overrides:
getBranchin classAbstractServiceSetup- Returns:
- git branch name, or
nullif not defined
-
getEnvironment
Description copied from interface:ServiceSetupGets the environment.- Specified by:
getEnvironmentin interfaceServiceSetup- Overrides:
getEnvironmentin classAbstractServiceSetup- Returns:
- environment related to service, or
nullif not defined
-