public class GrailsCloverBuildConfigIntegrator extends AbstractGrailsCloverIntegrator
| Modifier and Type | Field and Description |
|---|---|
static String |
CLOVER_DEPENDENCIES |
| Constructor and Description |
|---|
GrailsCloverBuildConfigIntegrator(String pluginVersion) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCloverCoreArtifact() |
protected String |
getCloverForGrailsArtifact() |
protected Reader |
getUTF8Reader(File file) |
boolean |
integrate(File buildConfigFile)
Integrate Clover in BuildConfig.groovy file
|
boolean |
integrate(InputStream input,
OutputStream output)
Integrate Clover using I/O streams
|
public static final String CLOVER_DEPENDENCIES
public GrailsCloverBuildConfigIntegrator(@NotNull
String pluginVersion)
public boolean integrate(@NotNull
File buildConfigFile)
throws Exception
integrate in class AbstractGrailsCloverIntegratorExceptionpublic boolean integrate(@NotNull
InputStream input,
@NotNull
OutputStream output)
throws Exception
AbstractGrailsCloverIntegratorintegrate in class AbstractGrailsCloverIntegratorException@NotNull protected String getCloverForGrailsArtifact()
@NotNull protected String getCloverCoreArtifact()
@NotNull protected Reader getUTF8Reader(@NotNull File file) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.