@UntrackedTask(because="This Git state is not an Input")
public abstract class GenerateChangelogTask
extends org.gradle.api.DefaultTask
| Constructor and Description |
|---|
GenerateChangelogTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
protected abstract org.gradle.api.file.ProjectLayout |
getLayout() |
abstract org.gradle.api.file.RegularFileProperty |
getOutputFile() |
protected abstract org.gradle.api.provider.ProviderFactory |
getProviders() |
abstract org.gradle.api.provider.Property<java.lang.String> |
getStartingRevision() |
abstract org.gradle.api.provider.Property<net.neoforged.gradleutils.specs.VersionSpec> |
getVersionSpec() |
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, 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, setImpliesSubProjects@Inject protected abstract org.gradle.api.file.ProjectLayout getLayout()
@Inject protected abstract org.gradle.api.provider.ProviderFactory getProviders()
@OutputFile public abstract org.gradle.api.file.RegularFileProperty getOutputFile()
@Input public abstract org.gradle.api.provider.Property<java.lang.String> getStartingRevision()
public abstract org.gradle.api.provider.Property<net.neoforged.gradleutils.specs.VersionSpec> getVersionSpec()
public void generate()