public class ModuleChangedTask
extends org.gradle.api.internal.ConventionTask
| Modifier and Type | Field and Description |
|---|---|
static java.util.Set<java.lang.String> |
DEFAULT_FILE_PATTERNS |
| Constructor and Description |
|---|
ModuleChangedTask() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getFilePatterns() |
boolean |
getToDeploy() |
void |
setDiffStrategy(java.lang.String diffStrategy) |
void |
setFilePatterns(java.util.List<java.lang.String> filePatterns) |
boolean |
shouldModuleBeDeployed(org.gradle.api.Project project,
GradleModule gradleModule,
java.util.Set<java.lang.String> filePatterns) |
boolean |
shouldModuleBeDeployed(org.gradle.api.Project project,
java.util.Set<java.lang.String> filePatterns) |
void |
shouldModuleBeDeployedTask() |
conventionMapping, conventionMapping, getConventionMappingnewInputDirectory, newInputFile, newOutputDirectory, newOutputFileaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic static final java.util.Set<java.lang.String> DEFAULT_FILE_PATTERNS
public boolean getToDeploy()
public java.util.List<java.lang.String> getFilePatterns()
public void setFilePatterns(java.util.List<java.lang.String> filePatterns)
public void setDiffStrategy(java.lang.String diffStrategy)
public void shouldModuleBeDeployedTask()
throws java.io.IOException,
org.eclipse.jgit.api.errors.GitAPIException
java.io.IOExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionpublic boolean shouldModuleBeDeployed(org.gradle.api.Project project,
java.util.Set<java.lang.String> filePatterns)
throws java.io.IOException,
org.eclipse.jgit.api.errors.GitAPIException
java.io.IOExceptionorg.eclipse.jgit.api.errors.GitAPIExceptionpublic boolean shouldModuleBeDeployed(org.gradle.api.Project project,
GradleModule gradleModule,
java.util.Set<java.lang.String> filePatterns)
throws java.io.IOException,
org.eclipse.jgit.api.errors.GitAPIException
java.io.IOExceptionorg.eclipse.jgit.api.errors.GitAPIException