public class CfAppRestartTask
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
protected CfPropertiesMapper |
cfPropertiesMapper |
protected long |
defaultWaitTimeout |
| Constructor and Description |
|---|
CfAppRestartTask() |
| Modifier and Type | Method and Description |
|---|---|
protected org.cloudfoundry.operations.CloudFoundryOperations |
getCfOperations() |
protected CfProperties |
getCfProperties() |
java.lang.String |
getDescription() |
protected CfPluginExtension |
getExtension() |
java.lang.String |
getGroup() |
protected org.cloudfoundry.reactor.TokenProvider |
getTokenProvider(CfProperties cfAppProperties) |
void |
restartApp() |
protected java.util.Optional<org.cloudfoundry.reactor.ProxyConfiguration> |
tryGetProxyConfiguration(CfProperties cfAppProperties) |
addValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doFirst, doLast, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDestroyables, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, newInputFile, newOutputDirectory, newOutputFile, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringprotected long defaultWaitTimeout
protected CfPropertiesMapper cfPropertiesMapper
public void restartApp()
public java.lang.String getDescription()
getDescription in interface org.gradle.api.TaskgetDescription in class org.gradle.api.internal.AbstractTaskprotected org.cloudfoundry.operations.CloudFoundryOperations getCfOperations()
protected java.util.Optional<org.cloudfoundry.reactor.ProxyConfiguration> tryGetProxyConfiguration(CfProperties cfAppProperties)
protected org.cloudfoundry.reactor.TokenProvider getTokenProvider(CfProperties cfAppProperties)
protected CfPluginExtension getExtension()
protected CfProperties getCfProperties()
public java.lang.String getGroup()
getGroup in interface org.gradle.api.TaskgetGroup in class org.gradle.api.internal.AbstractTask