|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectrelease.PluginHelper
release.ReleasePlugin
class ReleasePlugin extends PluginHelper
| Property Summary | |
|---|---|
static java.lang.String |
RELEASE_GROUP
|
| Method Summary | |
|---|---|
void
|
apply(Project project)
|
java.lang.Object
|
checkPropertiesFile()
|
void
|
checkSnapshotDependencies()
|
java.lang.Object
|
commitNewVersion()
|
void
|
commitTag()
|
void
|
confirmReleaseVersion()
|
protected java.lang.Class
|
findScmType(java.io.File directory)
Recursively look for the type of the SCM we are dealing with, if no match is found look in parent directory |
void
|
initScmPlugin()
|
void
|
preTagCommit()
|
void
|
unSnapshotVersion()
|
void
|
updateVersion()
|
| Methods inherited from class PluginHelper | |
|---|---|
| capitalize, convention, exec, exec, findPropertiesFile, findProperty, getLog, promptYesOrNo, readLine, releaseConvention, setConvention, tagName, updateVersionProperty, useAutomaticVersion, warnOrThrow |
| Property Detail |
|---|
static final java.lang.String RELEASE_GROUP
| Method Detail |
|---|
void apply(Project project)
java.lang.Object checkPropertiesFile()
void checkSnapshotDependencies()
java.lang.Object commitNewVersion()
void commitTag()
void confirmReleaseVersion()
protected java.lang.Class findScmType(java.io.File directory)
directory - the directory to start from
void initScmPlugin()
void preTagCommit()
void unSnapshotVersion()
void updateVersion()
Groovy Documentation