Uses of Class
pl.project13.core.GitDataProvider
Packages that use GitDataProvider
-
Uses of GitDataProvider in pl.project13.core
Subclasses of GitDataProvider in pl.project13.coreMethods in pl.project13.core that return GitDataProviderModifier and TypeMethodDescriptionGitDataProvider.setAbbrevLength(int abbrevLength) Sets thecommit abbreviation lengthfor theGitProviderGitDataProvider.setCommitIdGenerationMode(CommitIdGenerationMode commitIdGenerationMode) Sets thegit commit id generation modefor theGitProviderGitDataProvider.setDateFormat(String dateFormat) Sets thedate formatfor all generated properties for theGitProviderGitDataProvider.setDateFormatTimeZone(String dateFormatTimeZone) Sets thedate format time zonefor all generated properties for theGitProviderGitDataProvider.setExcludeProperties(List<String> excludeProperties) Can be used to exclude certain properties from being emitted (e.g. filter out properties that you *don't* want to expose).GitDataProvider.setGitDescribe(GitDescribeConfig gitDescribe) Sets theGitDescribeConfigfor theGitProviderGitDataProvider.setIncludeOnlyProperties(List<String> includeOnlyProperties) Can be used to include only certain properties into the resulting file (e.g. include only properties that you *want* to expose).GitDataProvider.setOffline(boolean offline) When set totrue, the plugin will not try to contact any remote repositories.GitDataProvider.setPrefixDot(String prefixDot) Sets theprefixused for all generated properties for theGitProviderGitDataProvider.setUseBranchNameFromBuildEnvironment(boolean useBranchNameFromBuildEnvironment) Sets the Indicator if the branch name should be obtained from the build environment, or by the plugin.