com.atlassian.bamboo.clover.build
Class GrailsCloverBuildConfigIntegrator
java.lang.Object
com.atlassian.bamboo.clover.build.AbstractGrailsCloverIntegrator
com.atlassian.bamboo.clover.build.GrailsCloverBuildConfigIntegrator
public class GrailsCloverBuildConfigIntegrator
- extends AbstractGrailsCloverIntegrator
Integration of Clover with a Grails project via BuildConfig.groovy file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOVER_DEPENDENCIES
public static final String CLOVER_DEPENDENCIES
- See Also:
- Constant Field Values
GrailsCloverBuildConfigIntegrator
public GrailsCloverBuildConfigIntegrator(@NotNull
String pluginVersion)
integrate
public boolean integrate(@NotNull
File buildConfigFile)
throws Exception
- Integrate Clover in BuildConfig.groovy file
- Specified by:
integrate
in class AbstractGrailsCloverIntegrator
- Throws:
Exception
integrate
public boolean integrate(@NotNull
InputStream input,
@NotNull
OutputStream output)
throws Exception
- Description copied from class:
AbstractGrailsCloverIntegrator
- Integrate Clover using I/O streams
- Specified by:
integrate
in class AbstractGrailsCloverIntegrator
- Throws:
Exception
getCloverForGrailsArtifact
@NotNull
protected String getCloverForGrailsArtifact()
getCloverCoreArtifact
@NotNull
protected String getCloverCoreArtifact()
getUTF8Reader
@NotNull
protected Reader getUTF8Reader(@NotNull
File file)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.