public class WriteArtifactPublishCommandsTask
extends org.gradle.api.DefaultTask
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IGNORED_MESSAGE_PATTERN |
Constructor and Description |
---|
WriteArtifactPublishCommandsTask() |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getArtifactPropertiesFile() |
java.lang.String |
getFirstPublishExcludedTaskName() |
java.io.File |
getGradleDir() |
java.lang.String |
getLowestPublishedVersion() |
java.io.File |
getOutputDir() |
java.util.Map<java.lang.String,org.gradle.api.file.FileCollection> |
getPrepNextCommitFiles() |
org.gradle.api.file.FileCollection |
getPrepNextFiles() |
boolean |
isFirstOnly() |
boolean |
isForcedCache() |
boolean |
isGradleDaemon() |
WriteArtifactPublishCommandsTask |
prepNextCommitFile(java.lang.String message,
java.io.File file) |
WriteArtifactPublishCommandsTask |
prepNextFiles(java.lang.Iterable<?> prepNextFiles) |
WriteArtifactPublishCommandsTask |
prepNextFiles(java.lang.Object... prepNextFiles) |
void |
setArtifactPropertiesFile(java.lang.Object artifactPropertiesFile) |
void |
setFirstOnly(boolean firstOnly) |
void |
setFirstPublishExcludedTaskName(java.lang.Object firstPublishExcludedTaskName) |
void |
setForcedCache(boolean forcedCache) |
void |
setGradleDaemon(boolean gradleDaemon) |
void |
setGradleDir(java.lang.Object gradleDir) |
void |
setLowestPublishedVersion(java.lang.Object lowestPublishedVersion) |
void |
setOutputDir(java.lang.Object outputDir) |
void |
setPrepNextFiles(java.lang.Iterable<?> prepNextFiles) |
void |
setPrepNextFiles(java.lang.Object... prepNextFiles) |
void |
writeArtifactPublishCommands() |
newInputDirectory, newInputFile, newOutputDirectory, newOutputFile
appendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
public static final java.lang.String IGNORED_MESSAGE_PATTERN
@Input @Optional public java.io.File getArtifactPropertiesFile()
@Input @Optional public java.lang.String getFirstPublishExcludedTaskName()
@Input public java.io.File getGradleDir()
@Input public java.lang.String getLowestPublishedVersion()
@Input public java.io.File getOutputDir()
@Input public java.util.Map<java.lang.String,org.gradle.api.file.FileCollection> getPrepNextCommitFiles()
@Input public org.gradle.api.file.FileCollection getPrepNextFiles()
public boolean isFirstOnly()
@Input public boolean isForcedCache()
@Input public boolean isGradleDaemon()
public WriteArtifactPublishCommandsTask prepNextCommitFile(java.lang.String message, java.io.File file)
public WriteArtifactPublishCommandsTask prepNextFiles(java.lang.Iterable<?> prepNextFiles)
public WriteArtifactPublishCommandsTask prepNextFiles(java.lang.Object... prepNextFiles)
public void setArtifactPropertiesFile(java.lang.Object artifactPropertiesFile)
public void setFirstOnly(boolean firstOnly)
public void setFirstPublishExcludedTaskName(java.lang.Object firstPublishExcludedTaskName)
public void setForcedCache(boolean forcedCache)
public void setGradleDaemon(boolean gradleDaemon)
public void setGradleDir(java.lang.Object gradleDir)
public void setLowestPublishedVersion(java.lang.Object lowestPublishedVersion)
public void setOutputDir(java.lang.Object outputDir)
public void setPrepNextFiles(java.lang.Iterable<?> prepNextFiles)
public void setPrepNextFiles(java.lang.Object... prepNextFiles)
public void writeArtifactPublishCommands() throws java.io.IOException
java.io.IOException