Uses of Interface
org.eluder.coveralls.maven.plugin.service.ServiceSetup
Packages that use ServiceSetup
-
Uses of ServiceSetup in org.eluder.coveralls.maven.plugin
Methods in org.eluder.coveralls.maven.plugin that return types with arguments of type ServiceSetupModifier and TypeMethodDescriptionprotected List
<ServiceSetup> CoverallsReportMojo.getServices()
Gets the services.Constructor parameters in org.eluder.coveralls.maven.plugin with type arguments of type ServiceSetupModifierConstructorDescriptionEnvironment
(CoverallsReportMojo mojo, Iterable<ServiceSetup> services) -
Uses of ServiceSetup in org.eluder.coveralls.maven.plugin.service
Classes in org.eluder.coveralls.maven.plugin.service that implement ServiceSetupModifier and TypeClassDescriptionclass
Convenient base class for service setups.class
Service implementation for Appveyor.class
Service implementation for Atlassian Bamboo.class
Service implementation for CircleCI.class
General implementation for any continuous integration service that provides the required environment properties.class
Service implementation for Jenkins.class
Service implementation for Shippable.class
Service implementation for Travis CI.class
Service implementation for Wercker CI.