Uses of Class
pl.project13.core.git.GitDescribeConfig
-
Packages that use GitDescribeConfig Package Description pl.project13.core pl.project13.core.jgit -
-
Uses of GitDescribeConfig in pl.project13.core
Fields in pl.project13.core declared as GitDescribeConfig Modifier and Type Field Description protected GitDescribeConfigGitDataProvider. gitDescribeTheGitDescribeConfig.Methods in pl.project13.core that return GitDescribeConfig Modifier and Type Method Description GitDescribeConfigGitCommitIdPlugin.Callback. getGitDescribe()Configuration for the'git-describe'command.Methods in pl.project13.core with parameters of type GitDescribeConfig Modifier and Type Method Description GitDataProviderGitDataProvider. setGitDescribe(GitDescribeConfig gitDescribe)Sets theGitDescribeConfigfor theGitProvider -
Uses of GitDescribeConfig in pl.project13.core.jgit
Methods in pl.project13.core.jgit with parameters of type GitDescribeConfig Modifier and Type Method Description DescribeCommandDescribeCommand. apply(GitDescribeConfig config)Apply all configuration options passed in with `config`.java.lang.StringJGitCommon. getClosestTagCommitCount(java.lang.String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, GitDescribeConfig gitDescribe)java.lang.StringJGitCommon. getClosestTagName(java.lang.String evaluateOnCommit, org.eclipse.jgit.lib.Repository repo, GitDescribeConfig gitDescribe)
-