Uses of Enum Class
org.azd.enums.VersionControlRecursionType
Packages that use VersionControlRecursionType
-
Uses of VersionControlRecursionType in org.azd.enums
Methods in org.azd.enums that return VersionControlRecursionTypeModifier and TypeMethodDescriptionstatic VersionControlRecursionTypeReturns the enum constant of this class with the specified name.static VersionControlRecursionType[]VersionControlRecursionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VersionControlRecursionType in org.azd.git
Methods in org.azd.git with parameters of type VersionControlRecursionTypeModifier and TypeMethodDescriptionGitApi.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath) Get Item Metadata and/or Content for a collection of items.GitApi.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath, String version, GitVersionOptions versionOptions, GitVersionType versionType) Get Item Metadata and/or Content for a collection of items.GitApi.getItems(String repositoryName, VersionControlRecursionType recursionType) Get Item Metadata and/or Content for a collection of items. -
Uses of VersionControlRecursionType in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type VersionControlRecursionTypeModifier and TypeMethodDescriptionGitDetails.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath) GitDetails.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath, String version, GitVersionOptions versionOptions, GitVersionType versionType) GitDetails.getItems(String repositoryName, VersionControlRecursionType recursionType) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) -
Uses of VersionControlRecursionType in org.azd.wiki
Methods in org.azd.wiki with parameters of type VersionControlRecursionTypeModifier and TypeMethodDescriptionWikiApi.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Gets metadata of the wiki page for the provided path.WikiApi.getWikiPageById(String id, String wikiIdentifier, boolean includeContent, VersionControlRecursionType recursionLevel) Gets metadata of the wiki page for the provided page id.