
org.xbib.gradle.task.elasticsearch.test.Fixture.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin-elasticsearch-build Show documentation
Show all versions of gradle-plugin-elasticsearch-build Show documentation
Gradle plugins for the developer kit for building and testing Elasticsearch and Elasticsearch plugins
The newest version!
package org.xbib.gradle.task.elasticsearch.test
/**
* Any object that can produce an accompanying stop task, meant to tear down
* a previously instantiated service.
*/
interface Fixture {
/** A task which will stop this fixture. This should be used as a finalizedBy for any tasks that use the fixture. */
Object getStopTask()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy