@CacheableTask
public abstract class GenerateAgentPluginDescriptor
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
GenerateAgentPluginDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateDescriptor() |
abstract org.gradle.api.provider.Property<AgentPluginDescriptor> |
getDescriptor() |
abstract org.gradle.api.file.RegularFileProperty |
getDestination() |
abstract org.gradle.api.provider.Property<TeamCityVersion> |
getVersion() |
compareTo, 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@Input public abstract org.gradle.api.provider.Property<TeamCityVersion> getVersion()
public abstract org.gradle.api.provider.Property<AgentPluginDescriptor> getDescriptor()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getDestination()
public void generateDescriptor()