Skip navigation links
A C G P R S V 

A

apply(project) - Method in class com.intershop.gradle.gitflow.GitFlowVersionPlugin
 

C

com.intershop.gradle.gitflow - package com.intershop.gradle.gitflow
 
com.intershop.gradle.gitflow.extension - package com.intershop.gradle.gitflow.extension
 
com.intershop.gradle.gitflow.tasks - package com.intershop.gradle.gitflow.tasks
 
com.intershop.gradle.gitflow.utils - package com.intershop.gradle.gitflow.utils
 
Companion - Static variable in class com.intershop.gradle.gitflow.extension.VersionExtension
 
Companion - Static variable in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
 
Companion - Static variable in class com.intershop.gradle.gitflow.utils.GitVersionService
 
CreateChangeLog - Class in com.intershop.gradle.gitflow.tasks
This is an helper task to show the create the changelog.
CreateChangeLog(objectFactory, projectLayout) - Constructor for class com.intershop.gradle.gitflow.tasks.CreateChangeLog
This is an helper task to show the create the changelog.
CreateChangeLog.Companion - Class in com.intershop.gradle.gitflow.tasks
 

G

getBranch() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
This is the current branch name.
getBranchName() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is the branch name.
getChangelogFile() - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
Input file property for output.
getClient() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Git client for the existing working copy.
getDefaultVersion() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is defaultVersion property.
getDefaultVersion() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Default version. Default value is Version.Builder(versionType).build().
getDefaultVersionProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the defaultVersion property.
getDevelopBranch() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is developBranch property.
getDevelopBranch() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Name of the develop branch. Default value is develop.
getDevelopBranchProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the developBranch property.
getEndRevObject() - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
This method calculates the end version of the report. It returns an JGit object.
getFeaturePrefix() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is featurePrefix property.
getFeaturePrefix() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a feature branch. Default value is feature.
getFeaturePrefixProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the featurePrefix property.
getHotfixPrefix() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is hotfixPrefix property.
getHotfixPrefix() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a hotfix branch. Default value is hotfix.
getHotfixPrefixProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the hotfixPrefix property.
getLocalOnly() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Version can be set for development to local only.
getMainBranch() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is mainBranch property.
getMainBranch() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Name of the main branch. Default value is master.
getMainBranchProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the mainBranch property.
getPreVersion() - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
This is the property with command line option to specify the start version of the change log calculation.
getPreviousVersion() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is the previous version string.
getPreviousVersion() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
This is the calculated previous version from the Git repository.
getReleasePrefix() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is releasePrefix property.
getReleasePrefix() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a release branch. Default value is release.
getReleasePrefixProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the releasePrefix property.
getRepository() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Repository for the existing working copy.
getRevID() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
The revision id from the working copy (read only).
getRevObjectFrom(version) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Calculates the commit for a specified version.
getSeparator() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is separator property.
getSeparator() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Separator for prefix and branch name. Default value is /.
getSeparatorProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the separator property.
getVersion() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is the version string.
getVersion() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
This is the calculated version of the Git repository.
getVersionPrefix() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is versionPrefix property.
getVersionPrefix() - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a version tag. Default value is version.
getVersionPrefixProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the versionPrefix property.
getVersionService() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is the service for version calculation.
getVersionType() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is versionType property.
getVersionTypeProvider() - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is provider for the versionType property.
GitFlowVersionPlugin - Class in com.intershop.gradle.gitflow
This is the plugin class!
GitFlowVersionPlugin() - Constructor for class com.intershop.gradle.gitflow.GitFlowVersionPlugin
This is the plugin class!
GitVersionService - Class in com.intershop.gradle.gitflow.utils
Calculate the version from a Git Repository. The repository uses GitFlow for the development. The start parameter is the local source directory.
GitVersionService(directory, versionType) - Constructor for class com.intershop.gradle.gitflow.utils.GitVersionService
creates the service from a directory
GitVersionService(directory) - Constructor for class com.intershop.gradle.gitflow.utils.GitVersionService
creates the service from a directory
GitVersionService.Companion - Class in com.intershop.gradle.gitflow.utils
 

P

provideChangelogFile(changelogFile) - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
Provider for output file property.
providePrevVersion(prevVersion) - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
This is the provider for the targetVersion.

R

run() - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
Main function of this task.
run() - Method in class com.intershop.gradle.gitflow.tasks.ShowVersion
Main function of this task.

S

setChangelogFile(value) - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
Input file property for output.
setDefaultVersion(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is defaultVersion property.
setDefaultVersion(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Default version. Default value is Version.Builder(versionType).build().
setDevelopBranch(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is developBranch property.
setDevelopBranch(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Name of the develop branch. Default value is develop.
setFeaturePrefix(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is featurePrefix property.
setFeaturePrefix(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a feature branch. Default value is feature.
setHotfixPrefix(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is hotfixPrefix property.
setHotfixPrefix(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a hotfix branch. Default value is hotfix.
setLocalOnly(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Version can be set for development to local only.
setMainBranch(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is mainBranch property.
setMainBranch(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Name of the main branch. Default value is master.
setPreVersion(value) - Method in class com.intershop.gradle.gitflow.tasks.CreateChangeLog
This is the property with command line option to specify the start version of the change log calculation.
setReleasePrefix(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is releasePrefix property.
setReleasePrefix(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a release branch. Default value is release.
setSeparator(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is separator property.
setSeparator(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Separator for prefix and branch name. Default value is /.
setVersionPrefix(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is versionPrefix property.
setVersionPrefix(p) - Method in class com.intershop.gradle.gitflow.utils.GitVersionService
Prefix of a version tag. Default value is version.
setVersionType(value) - Method in class com.intershop.gradle.gitflow.extension.VersionExtension
This is versionType property.
ShowVersion - Class in com.intershop.gradle.gitflow.tasks
This is an helper task to show the calculated version.
ShowVersion() - Constructor for class com.intershop.gradle.gitflow.tasks.ShowVersion
This is an helper task to show the calculated version.

V

VERSION_EXTENSION_NAME - Static variable in class com.intershop.gradle.gitflow.extension.VersionExtension
Name for the plugin extension.
VersionExtension - Class in com.intershop.gradle.gitflow.extension
This is the extension of this plugin.
VersionExtension(objectFactory, layout, providerFactory) - Constructor for class com.intershop.gradle.gitflow.extension.VersionExtension
This is the extension of this plugin.
VersionExtension.Companion - Class in com.intershop.gradle.gitflow.extension
 
A C G P R S V 
Skip navigation links