- selector(Project, Grgit) - Method in SemVerStrategy
-
Determines whether this strategy should be used to infer the version.
- selector(Project, Grgit) - Method in VersionStrategy
-
Determines if the strategy should be used to infer the project's version.
- SemVerStrategy - Class in org.ajoberstar.gradle.git.release.semver
Strategy to infer versions that comply with Semantic Versioning.
- SemVerStrategyState - Class in org.ajoberstar.gradle.git.release.semver
Working state used by PartialSemVerStrategy.
- setPassword(String) - Method in BasicPasswordCredentials
-
{@inheritDoc}
- setUsername(String) - Method in BasicPasswordCredentials
-
{@inheritDoc}
- Strategies - Class in org.ajoberstar.gradle.git.release.opinion
Opinionated sample strategies.
- Strategies.BuildMetadata - Class in org.ajoberstar.gradle.git.release.opinion
Sample strategies that infer the build metadata component of a version.
- Strategies.Normal - Class in org.ajoberstar.gradle.git.release.opinion
Sample strategies that infer the normal component of a version.
- Strategies.PreRelease - Class in org.ajoberstar.gradle.git.release.opinion
Sample strategies that infer the pre-release component of a version.
- StrategyUtil - Class in org.ajoberstar.gradle.git.release.semver
Utility class to more easily create PartialSemVerStrategy instances.
- StrategyUtil.ApplyAllChainedPartialSemVerStrategy(List<PartialSemVerStrategy>) - Constructor in StrategyUtil.ApplyAllChainedPartialSemVerStrategy
-
- StrategyUtil.ChooseOneChainedPartialSemVerStrategy(List<PartialSemVerStrategy>) - Constructor in StrategyUtil.ChooseOneChainedPartialSemVerStrategy
-
- StrategyUtil.ClosureBackedPartialSemVerStrategy(Closure<SemVerStrategyState>) - Constructor in StrategyUtil.ClosureBackedPartialSemVerStrategy
-