Package rife.bld.extension
Class AbstractJReleaserDistributionModelOperation<S extends AbstractJReleaserDistributionModelOperation<S>>
java.lang.Object
rife.bld.operations.AbstractOperation<T>
rife.bld.operations.AbstractProcessOperation<S>
rife.bld.extension.AbstractJReleaserOperation<S>
rife.bld.extension.AbstractJReleaserModelOperation<S>
rife.bld.extension.AbstractJReleaserPlatformAwareModelOperation<S>
rife.bld.extension.AbstractJReleaserDistributionModelOperation<S>
- Direct Known Subclasses:
AbstractJReleaserPackagerModelOperation,JReleaserAssembleOperation,JReleaserCatalogOperation,JReleaserChecksumOperation,JReleaserFullReleaseOperation,JReleaserReleaseOperation,JReleaserSignOperation,JReleaserUploadOperation
public class AbstractJReleaserDistributionModelOperation<S extends AbstractJReleaserDistributionModelOperation<S>>
extends AbstractJReleaserPlatformAwareModelOperation<S>
Base class for JReleaser operations that rely on distributions.
-
Field Summary
Fields inherited from class rife.bld.extension.AbstractJReleaserOperation
EMPTYFields inherited from class rife.bld.operations.AbstractProcessOperation
classpath_, DEFAULT_JAVA_TOOL, environment_, errorProcessor_, errorProcessorThread_, javaOptions_, javaTool_, mainClass_, module_, modulePath_, outputProcessor_, outputProcessorThread_, process_, successful_, workDirectory_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondistribution(String distribution) Includes the given distribution.excludeDistribution(String distribution) Excludes the given distribution.Methods inherited from class rife.bld.extension.AbstractJReleaserPlatformAwareModelOperation
dryRun, rejectPlatform, selectCurrentPlatform, selectPlatformMethods inherited from class rife.bld.extension.AbstractJReleaserModelOperation
configFile, configFile, configFile, gitRootSearch, projectProperty, strict, yoloMethods inherited from class rife.bld.extension.AbstractJReleaserOperation
basedir, basedir, basedir, debug, execute, executeConstructProcessCommandList, fromProject, getCommand, getProject, help, info, outputDirectory, outputDirectory, outputDirectory, quiet, self, setOption, setOption, systemProperty, version, warnMethods inherited from class rife.bld.operations.AbstractProcessOperation
classpath, classpath, classpath, environment, environment, environment, errorProcessor, errorProcessor, executeStartProcess, javaOptions, javaOptions, javaTool, javaTool, mainClass, mainClass, module, module, modulePath, modulePath, modulePath, outputProcessor, outputProcessor, process, workDirectory, workDirectoryMethods inherited from class rife.bld.operations.AbstractOperation
executeOnce, executeOnce, silent, silent
-
Constructor Details
-
AbstractJReleaserDistributionModelOperation
-
-
Method Details
-
distribution
Includes the given distribution.- Parameters:
distribution- the distribution name- Returns:
- this operation instance
-
excludeDistribution
Excludes the given distribution.- Parameters:
distribution- the distribution name- Returns:
- this operation instance
-