nebula.test.functional.internal.ExecutedTask.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nebula-test Show documentation
Show all versions of nebula-test Show documentation
Test harness for Gradle plugins
package nebula.test.functional.internal
interface ExecutedTask {
String getPath()
boolean isUpToDate()
boolean isSkipped()
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy