Package rife.bld.extension
Class JReleaserFullReleaseOperation
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<JReleaserFullReleaseOperation>
rife.bld.extension.JReleaserFullReleaseOperation
public class JReleaserFullReleaseOperation
extends AbstractJReleaserDistributionModelOperation<JReleaserFullReleaseOperation>
Perform a full release.
-
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 TypeMethodDescriptionIncludes the given announcer.Includes the given cataloger.deployerByName(String name) Includes the given deployer by name.deployerByType(String deployer) Includes the given deployer by type.excludeAnnouncer(String announcer) Excludes the given announcer.excludeCataloger(String cataloger) Excludes the given cataloger.excludeDeployerByName(String name) Excludes the given deployer by name.excludeDeployerByType(String deployer) Excludes the given deployer by type.excludeUploaderByName(String name) Excludes the given uploader by name.excludeUploaderByType(String uploader) Excludes the given uploader by type.uploaderByName(String name) Includes the given uploader by name.uploaderByType(String uploader) Includes the given uploader by type.Methods inherited from class rife.bld.extension.AbstractJReleaserDistributionModelOperation
distribution, excludeDistributionMethods 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
-
JReleaserFullReleaseOperation
public JReleaserFullReleaseOperation()
-
-
Method Details
-
uploaderByType
Includes the given uploader by type.- Parameters:
uploader- the uploader type- Returns:
- this operation instance
-
excludeUploaderByType
Excludes the given uploader by type.- Parameters:
uploader- the uploader type- Returns:
- this operation instance
-
uploaderByName
Includes the given uploader by name.- Parameters:
name- the uploader name- Returns:
- this operation instance
-
excludeUploaderByName
Excludes the given uploader by name.- Parameters:
name- the uploader name- Returns:
- this operation instance
-
cataloger
Includes the given cataloger.- Parameters:
cataloger- the cataloger name- Returns:
- this operation instance
-
excludeCataloger
Excludes the given cataloger.- Parameters:
cataloger- the cataloger name- Returns:
- this operation instance
-
deployerByType
Includes the given deployer by type.- Parameters:
deployer- the deployer type- Returns:
- this operation instance
-
excludeDeployerByType
Excludes the given deployer by type.- Parameters:
deployer- the deployer type- Returns:
- this operation instance
-
deployerByName
Includes the given deployer by name.- Parameters:
name- the deployer name- Returns:
- this operation instance
-
excludeDeployerByName
Excludes the given deployer by name.- Parameters:
name- the deployer name- Returns:
- this operation instance
-
announcer
Includes the given announcer.- Parameters:
announcer- the announcer name- Returns:
- this operation instance
-
excludeAnnouncer
Excludes the given announcer.- Parameters:
announcer- the announcer name- Returns:
- this operation instance
-