Interface GitVersionTag
- All Superinterfaces:
Resource
- All Known Implementing Classes:
DefaultGitVersionTag
A resource that represents a Git version tag. Tags in Git are
global, i.e. they apply to all projects. Nevertheless, when using
independent versions for different projects, each project has its
own tag.
-
Method Summary
Methods inherited from interface Resource
asOf, asOfLocalized, cleanup, isNewerThan, name, type
-
Method Details
-
of
Creates a new Git version tag.- Parameters:
project- the projecttag- the tag- Returns:
- the project version
-
project
-
tag
-