- All Superinterfaces:
- Function<Arguments,ExecutionResult>, org.springframework.core.Ordered, ReleaserTask, SingleProjectReleaserTask
- All Known Subinterfaces:
- DryRunReleaseReleaserTask
- All Known Implementing Classes:
- BuildProjectReleaseTask, BumpBackToSnapshotReleaseTask, CommitReleaseTask, DeployArtifactsReleaseTask, PublishDocsReleaseTask, PushChangesReleaseTask, UpdatingPomsReleaseTask
public interface ReleaseReleaserTask
extends SingleProjectReleaserTask
Marker interface for a single project release task. Unlike the post release task, if
this one fails, it should fail the release process. Example: build the project.