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.getName()
Gets the name.boolean
Checks if is selected.Methods inherited from class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
addProperty, getEnvironment, getJobId, getProperty, getPullRequest
-
Field Details
-
BAMBOO_NAME
- See Also:
-
BAMBOO_BUILD_NUMBER
- See Also:
-
BAMBOO_BUILD_URL
- See Also:
-
BAMBOO_BRANCH
- See Also:
-
-
Constructor Details
-
Bamboo
-
-
Method Details
-
isSelected
public boolean isSelected()Description copied from interface:ServiceSetup
Checks if is selected.- Returns:
true
if this service is selected, otherwisefalse
-
getName
Description copied from interface:ServiceSetup
Gets the name.- Returns:
- service name
-
getBuildNumber
Description copied from interface:ServiceSetup
Gets the builds the number.- Specified by:
getBuildNumber
in interfaceServiceSetup
- Overrides:
getBuildNumber
in classAbstractServiceSetup
- Returns:
- service build number, or
null
if not defined
-
getBuildUrl
Description copied from interface:ServiceSetup
Gets the builds the url.- Specified by:
getBuildUrl
in interfaceServiceSetup
- Overrides:
getBuildUrl
in classAbstractServiceSetup
- Returns:
- service build url, or
null
if not defined
-
getBranch
Description copied from interface:ServiceSetup
Gets the branch.- Specified by:
getBranch
in interfaceServiceSetup
- Overrides:
getBranch
in classAbstractServiceSetup
- Returns:
- git branch name, or
null
if not defined
-