com.atlassian.maven.plugins.jgitflow.provider.ProjectCacheKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jgitflow-maven-plugin Show documentation
Show all versions of jgitflow-maven-plugin Show documentation
A maven plugin to support doing git-flow releases
package com.atlassian.maven.plugins.jgitflow.provider;
public enum ProjectCacheKey
{
RELEASE_START_LABEL
,MASTER_BRANCH
,FEATURE_BRANCH
,FEATURE_DEPLOY_LABEL
,FEATURE_START_LABEL
,FEATURE_FINISH_LABEL
,HOTFIX_LABEL
,HOTFIX_BRANCH
,DEVELOP_BRANCH
,RELEASE_BRANCH
,RELEASE_FINISH_LABEL
,BUILD_NUMBER
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy