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 TypeClassDescriptionclassConvenient base class for service setups.classService implementation for Appveyor.classService implementation for Atlassian Bamboo.classService implementation for CircleCI.classGeneral implementation for any continuous integration service that provides the required environment properties.classService implementation for Jenkins.classService implementation for Shippable.classService implementation for Travis CI.classService implementation for Wercker CI.