public class AppmapPluginExtension
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_OUTPUT_DIRECTORY |
protected org.gradle.api.Project |
project |
| Constructor and Description |
|---|
AppmapPluginExtension(org.gradle.api.Project project,
org.gradle.api.artifacts.Configuration agentConf)
Constructor method, receives the project, configuration and fork options, read and provide the
rest of the configuration to the AppmapPlugin class.
|
| Modifier and Type | Method and Description |
|---|---|
org.gradle.api.artifacts.Configuration |
getAgentConf() |
org.gradle.api.file.RegularFileProperty |
getConfigFile() |
java.lang.String |
getDebug() |
org.gradle.api.file.RegularFileProperty |
getDebugFile() |
int |
getEventValueSize() |
org.gradle.api.file.DirectoryProperty |
getOutputDirectory() |
java.lang.String |
getOutputDirectoryAsString() |
boolean |
isConfigFileValid() |
void |
setDebug(java.lang.String debug) |
void |
setDebugFile(org.gradle.api.file.RegularFileProperty debugFile) |
void |
setEventValueSize(int eventValueSize) |
void |
setSkip(boolean skip) |
boolean |
shouldSkip() |
public static final java.lang.String DEFAULT_OUTPUT_DIRECTORY
protected final org.gradle.api.Project project
public AppmapPluginExtension(org.gradle.api.Project project,
org.gradle.api.artifacts.Configuration agentConf)
project - Actual project object representation.agentConf - Holdder of the project configuration.public org.gradle.api.artifacts.Configuration getAgentConf()
@Input public boolean shouldSkip()
public void setSkip(boolean skip)
public java.lang.String getDebug()
public void setDebug(java.lang.String debug)
public org.gradle.api.file.RegularFileProperty getDebugFile()
public void setDebugFile(org.gradle.api.file.RegularFileProperty debugFile)
public int getEventValueSize()
public void setEventValueSize(int eventValueSize)
public org.gradle.api.file.DirectoryProperty getOutputDirectory()
public java.lang.String getOutputDirectoryAsString()
public org.gradle.api.file.RegularFileProperty getConfigFile()
public boolean isConfigFileValid()