|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectrelease.PluginHelper
release.BaseScmPlugin
abstract class BaseScmPlugin extends PluginHelper
Base class for all SCM-specific plugins
| Method Summary | |
|---|---|
void
|
apply(Project project)
|
java.lang.Object
|
buildConventionInstance()
Retrieves convention instance to be set for this plugin. |
void
|
checkCommitNeeded()
|
void
|
checkUpdateNeeded()
|
void
|
commit(java.lang.String message)
|
java.lang.Object
|
convention()
Convenience method for sub-classes to access their own convention instance. |
void
|
createReleaseTag(java.lang.String message)
|
void
|
init()
|
void
|
revert()
|
void
|
setConvention()
Called by ReleasePlugin when plugin's convention needs to be set. |
| Methods inherited from class PluginHelper | |
|---|---|
| capitalize, convention, exec, exec, findPropertiesFile, findProperty, getLog, promptYesOrNo, readLine, releaseConvention, setConvention, tagName, updateVersionProperty, useAutomaticVersion, warnOrThrow |
| Method Detail |
|---|
void apply(Project project)
java.lang.Object buildConventionInstance()
void checkCommitNeeded()
void checkUpdateNeeded()
void commit(java.lang.String message)
@SuppressWarnings('ConfusingMethodName')
final java.lang.Object convention()
void createReleaseTag(java.lang.String message)
void init()
void revert()
final void setConvention()
Groovy Documentation