public abstract class AbstractIntegrationFlowTask
extends org.gradle.api.DefaultTask
| Modifier and Type | Field and Description |
|---|---|
protected com.figaf.integration.common.entity.ConnectionProperties |
cpiConnectionProperties |
protected com.figaf.integration.cpi.client.CpiIntegrationFlowClient |
cpiIntegrationFlowClient |
protected java.lang.String |
deployedBundleVersion |
protected java.util.Set<java.lang.String> |
ignoreFilesList |
protected com.figaf.integration.cpi.client.IntegrationContentClient |
integrationContentClient |
protected java.lang.String |
integrationFlowExternalId |
protected java.lang.String |
integrationFlowTechnicalName |
protected com.figaf.integration.cpi.client.IntegrationPackageClient |
integrationPackageClient |
protected java.lang.String |
packageExternalId |
protected java.lang.String |
packageTechnicalName |
protected java.lang.String |
password |
protected com.figaf.integration.common.entity.CloudPlatformType |
platformType |
protected com.figaf.integration.common.entity.RequestContext |
requestContext |
protected java.lang.String |
sourceFilePath |
protected java.io.File |
sourceFolder |
protected java.lang.String |
url |
protected java.lang.String |
username |
| Constructor and Description |
|---|
AbstractIntegrationFlowTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
defineParameters(boolean checkObjectsExistence) |
protected abstract void |
doTaskAction() |
void |
taskAction() |
newInputDirectory, 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, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString@Input protected java.lang.String url
@Input protected java.lang.String username
@Input protected java.lang.String password
@Input protected com.figaf.integration.common.entity.CloudPlatformType platformType
@Input protected java.lang.String sourceFilePath
@Input protected java.lang.String packageTechnicalName
@Input protected java.lang.String integrationFlowTechnicalName
@Input protected java.util.Set<java.lang.String> ignoreFilesList
protected java.lang.String integrationFlowExternalId
protected java.lang.String packageExternalId
protected com.figaf.integration.common.entity.ConnectionProperties cpiConnectionProperties
protected com.figaf.integration.common.entity.RequestContext requestContext
protected java.lang.String deployedBundleVersion
protected java.io.File sourceFolder
protected com.figaf.integration.cpi.client.IntegrationPackageClient integrationPackageClient
protected com.figaf.integration.cpi.client.CpiIntegrationFlowClient cpiIntegrationFlowClient
protected com.figaf.integration.cpi.client.IntegrationContentClient integrationContentClient