public abstract class StartServer extends TeamCityTask
| Constructor and Description |
|---|
StartServer(org.gradle.process.ExecOperations execOperations) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.gradle.process.ExecSpec execSpec) |
abstract org.gradle.api.provider.Property<java.lang.String> |
getDataDir() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getServerOptions() |
exec, getHomeDir, getJavaHome, getVersion, isWindows, validate, validDirectory, validTeamCityHomeDirectorycompareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceappendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects@Inject public StartServer(org.gradle.process.ExecOperations execOperations)
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getDataDir()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getServerOptions()
public void configure(org.gradle.process.ExecSpec execSpec)
configure in class TeamCityTask