public class GrailsCloverBuildConfigIntegrator extends AbstractGrailsCloverIntegrator
Modifier and Type | Field and Description |
---|---|
static String |
CLOVER_DEPENDENCIES |
CLOVER_CORE_ARTIFACTID, CLOVER_GRAILS_ARTIFACTID, CLOVER_GRAILS_GROUPID, CLOVER3_CORE_GROUPID, CLOVER4_CORE_GROUPID, CLOVER4_MIN_VER
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
|
getCloverCoreArtifactId, getCloverCoreGroupId, getPluginVersion
public static final String CLOVER_DEPENDENCIES
public GrailsCloverBuildConfigIntegrator(@NotNull String pluginVersion)
public boolean integrate(@NotNull File buildConfigFile) throws Exception
integrate
in class AbstractGrailsCloverIntegrator
Exception
public boolean integrate(@NotNull InputStream input, @NotNull OutputStream output) throws Exception
AbstractGrailsCloverIntegrator
integrate
in class AbstractGrailsCloverIntegrator
Exception
@NotNull protected String getCloverForGrailsArtifact()
@NotNull protected String getCloverCoreArtifact()
@NotNull protected Reader getUTF8Reader(@NotNull File file) throws FileNotFoundException
FileNotFoundException
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.