Uses of Class
org.azd.wiki.types.GitVersionDescriptor
Packages that use GitVersionDescriptor
-
Uses of GitVersionDescriptor in org.azd.git.types
Methods in org.azd.git.types that return GitVersionDescriptorModifier and TypeMethodDescriptionGitCommitsBatch.getCompareVersion()GitCommitsBatch.getItemVersion()Methods in org.azd.git.types with parameters of type GitVersionDescriptorModifier and TypeMethodDescriptionvoidGitCommitsBatch.setCompareVersion(GitVersionDescriptor compareVersion) voidGitCommitsBatch.setItemVersion(GitVersionDescriptor itemVersion) -
Uses of GitVersionDescriptor in org.azd.wiki.types
Methods in org.azd.wiki.types that return GitVersionDescriptorMethods in org.azd.wiki.types that return types with arguments of type GitVersionDescriptorMethods in org.azd.wiki.types with parameters of type GitVersionDescriptorModifier and TypeMethodDescriptionvoidWikiCreateParameters.setVersion(GitVersionDescriptor version) Method parameters in org.azd.wiki.types with type arguments of type GitVersionDescriptorConstructors in org.azd.wiki.types with parameters of type GitVersionDescriptorModifierConstructorDescriptionWikiCreateParameters(String mappedPath, String name, String projectId, String repositoryId, WikiType type, GitVersionDescriptor version)