Class Circle
java.lang.Object
org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
org.eluder.coveralls.maven.plugin.service.Circle
- All Implemented Interfaces:
ServiceSetup
Service implementation for CircleCI.
https://circleci.com/
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the branch.Gets the builds the number.Gets the environment.getName()
Gets the name.boolean
Checks if is selected.Methods inherited from class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
addProperty, getBuildUrl, getJobId, getProperty, getPullRequest
-
Field Details
-
CIRCLE_NAME
- See Also:
-
CIRCLE
- See Also:
-
CIRCLE_BUILD_NUMBER
- See Also:
-
CIRCLE_BRANCH
- See Also:
-
CIRCLE_COMMIT
- See Also:
-
-
Constructor Details
-
Circle
-
-
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
-
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
-
getEnvironment
Description copied from interface:ServiceSetup
Gets the environment.- Specified by:
getEnvironment
in interfaceServiceSetup
- Overrides:
getEnvironment
in classAbstractServiceSetup
- Returns:
- environment related to service, or
null
if not defined
-