public class TaskBuildSpigot extends CachedTask
| Constructor | Description |
|---|---|
TaskBuildSpigot() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
doStuff() |
|
java.io.File |
getGitmodules() |
|
void |
setGitmodules(DelayedFile gitmodules) |
|
void |
setMinecraftJar(DelayedFile minecraftJarLocation) |
|
void |
setMinecraftJarDeps(DelayedFile minecraftJarDeps) |
|
void |
setSpigotApiBuildFile(DelayedFile spigotApiBuildFile) |
|
void |
setSpigotApiDir(DelayedFile spigotApiDir) |
|
void |
setSpigotBuildFile(DelayedFile spigotBuildFile) |
|
void |
setSpigotDir(DelayedFile spigotDir) |
|
void |
setSpigotFinal(DelayedFile spigotFinal) |
|
void |
setSpigotJar(DelayedFile spigotJar) |
|
void |
setSpigotServerBuildFile(DelayedFile spigotServerBuildFile) |
|
void |
setSpigotServerDir(DelayedFile spigotServerDir) |
|
void |
setSpigotSettingsFile(DelayedFile spigotSettingsFile) |
addValidator, 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, 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, toStringcacheClassHash, defaultCache, doesCache, setDoesCachenewInputDirectory, newInputFile, newOutputDirectory, newOutputFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitconfigure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, hasProperty, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfterpublic void doStuff()
throws java.lang.Exception
java.lang.Exceptionpublic void setSpigotBuildFile(DelayedFile spigotBuildFile)
public void setSpigotSettingsFile(DelayedFile spigotSettingsFile)
public void setSpigotApiBuildFile(DelayedFile spigotApiBuildFile)
public void setSpigotServerBuildFile(DelayedFile spigotServerBuildFile)
public void setSpigotDir(DelayedFile spigotDir)
public void setSpigotJar(DelayedFile spigotJar)
public void setSpigotApiDir(DelayedFile spigotApiDir)
public java.io.File getGitmodules()
public void setGitmodules(DelayedFile gitmodules)
public void setMinecraftJar(DelayedFile minecraftJarLocation)
public void setMinecraftJarDeps(DelayedFile minecraftJarDeps)
public void setSpigotFinal(DelayedFile spigotFinal)
public void setSpigotServerDir(DelayedFile spigotServerDir)