public abstract class ExtractActionsWorkflowsTask extends CIConfigExtractionTask
| Constructor and Description |
|---|
ExtractActionsWorkflowsTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extractZip(java.lang.String fileZip,
java.io.File destDir)
Extracts the .github-workflows.zip file to our target directory.
|
boolean |
getWithJCC() |
boolean |
getWithPRPublishing() |
void |
setWithJCC(boolean withJCC) |
void |
setWithPRPublishing(boolean withPRPublishing) |
determineJDKVersion, findCommonPrefix, getDeleteExisting, getDestination, newFile, run, setDeleteExistingcompareTo, 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, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesServiceacceptServiceReferences, appendParallelSafeAction, doNotTrackState, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getLifecycleDependencies, getOnlyIf, getReasonNotToTrackState, getReasonTaskIsIncompatibleWithConfigurationCache, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isCompatibleWithConfigurationCache, isEnabled, isHasCustomActions, notCompatibleWithConfigurationCache, prependParallelSafeAction, setImpliesSubProjectsprotected void extractZip(java.lang.String fileZip,
java.io.File destDir)
throws java.lang.Exception
extractZip in class CIConfigExtractionTaskfileZip - The teamcity zip file.destDir - The target directory (generally the project directory), where the .github-workflows.zip file will be extracted.java.lang.Exception@Input public boolean getWithPRPublishing()
@Input public boolean getWithJCC()
public void setWithPRPublishing(boolean withPRPublishing)
public void setWithJCC(boolean withJCC)