Class Appveyor
java.lang.Object
org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
org.eluder.coveralls.maven.plugin.service.Appveyor
- All Implemented Interfaces:
ServiceSetup
Service implementation for Appveyor.
http://appveyor.com/
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eluder.coveralls.maven.plugin.service.AbstractServiceSetup
addProperty, getEnvironment, getProperty
-
Field Details
-
APPVEYOR_NAME
- See Also:
-
APPVEYOR
- See Also:
-
APPVEYOR_BUILD_NUMBER
- See Also:
-
APPVEYOR_BUILD_ID
- See Also:
-
APPVEYOR_BRANCH
- See Also:
-
APPVEYOR_COMMIT
- See Also:
-
APPVEYOR_PULL_REQUEST
- See Also:
-
APPVEYOR_REPO_NAME
- See Also:
-
-
Constructor Details
-
Appveyor
-
-
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
-
getPullRequest
Description copied from interface:ServiceSetup
Gets the pull request.- Specified by:
getPullRequest
in interfaceServiceSetup
- Overrides:
getPullRequest
in classAbstractServiceSetup
- Returns:
- pull request identifier, or
null
if not defined
-
getJobId
Description copied from interface:ServiceSetup
Gets the job id.- Specified by:
getJobId
in interfaceServiceSetup
- Overrides:
getJobId
in classAbstractServiceSetup
- Returns:
- service job id, or
null
if not defined
-