Uses of Class
pl.project13.core.CommitIdGenerationMode
-
Packages that use CommitIdGenerationMode Package Description pl.project13.core -
-
Uses of CommitIdGenerationMode in pl.project13.core
Fields in pl.project13.core declared as CommitIdGenerationMode Modifier and Type Field Description protected CommitIdGenerationModeGitDataProvider. commitIdGenerationModeThegit commit id generation mode.Methods in pl.project13.core that return CommitIdGenerationMode Modifier and Type Method Description CommitIdGenerationModeGitCommitIdPlugin.Callback. getCommitIdGenerationMode()The mode of'git.commit.id'property generation.static CommitIdGenerationModeCommitIdGenerationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CommitIdGenerationMode[]CommitIdGenerationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.project13.core with parameters of type CommitIdGenerationMode Modifier and Type Method Description GitDataProviderGitDataProvider. setCommitIdGenerationMode(CommitIdGenerationMode commitIdGenerationMode)Sets thegit commit id generation modefor theGitProvider
-