Uses of Enum Class
org.azd.enums.GitVersionOptions
Packages that use GitVersionOptions
-
Uses of GitVersionOptions in org.azd.enums
Methods in org.azd.enums that return GitVersionOptionsModifier and TypeMethodDescriptionstatic GitVersionOptionsReturns the enum constant of this class with the specified name.static GitVersionOptions[]GitVersionOptions.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GitVersionOptions in org.azd.git
Methods in org.azd.git with parameters of type GitVersionOptionsModifier and TypeMethodDescriptionGitApi.getCommits(String repositoryName, int top, int skip, String author, String version, GitVersionOptions versionOptions, GitVersionType versionType, boolean excludeDeletes, String fromCommitId, String toCommitId, String fromDate, String toDate, GitHistoryMode historyMode, List<String> ids, boolean includeLinks, boolean includePushData, boolean includeUserImageUrl, boolean includeWorkItems, String itemPath, boolean showOldestCommitsFirst, String user, String itemVersion, GitVersionOptions itemVersionOptions, GitVersionType itemVersionType) Retrieve git commits for a project.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. -
Uses of GitVersionOptions in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type GitVersionOptionsModifier and TypeMethodDescriptionWikiDetails.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) WikiDetails.createPageMove(String wikiIdentifier, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions, WikiPageMoveParameters pageMoveParameters) WikiDetails.createWikiAttachment(String wikiIdentifier, String name, String version, GitVersionType versionType, GitVersionOptions versionOptions, InputStream content) WikiDetails.deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) WikiDetails.deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) GitDetails.getCommits(String repositoryName, int top, int skip, String author, String version, GitVersionOptions versionOptions, GitVersionType versionType, boolean excludeDeletes, String fromCommitId, String toCommitId, String fromDate, String toDate, GitHistoryMode historyMode, List<String> ids, boolean includeLinks, boolean includePushData, boolean includeUserImageUrl, boolean includeWorkItems, String itemPath, boolean showOldestCommitsFirst, String user, String itemVersion, GitVersionOptions itemVersionOptions, GitVersionType itemVersionType) GitDetails.getItems(String repositoryName, boolean includeContentMetadata, boolean includeLinks, boolean latestProcessedChange, VersionControlRecursionType recursionType, String scopePath, String version, GitVersionOptions versionOptions, GitVersionType versionType) WikiDetails.getWikiPage(String wikiIdentifier, boolean includeContent, String path, VersionControlRecursionType recursionLevel, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) -
Uses of GitVersionOptions in org.azd.wiki
Methods in org.azd.wiki with parameters of type GitVersionOptionsModifier and TypeMethodDescriptionWikiApi.createOrUpdateWikiPage(String wikiIdentifier, String path, String comment, String eTagVersion, String version, GitVersionType versionType, GitVersionOptions versionOptions, String content) Creates or edits a wiki page.WikiApi.createPageMove(String wikiIdentifier, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions, WikiPageMoveParameters pageMoveParameters) Creates a page move operation that updates the path and order of the page as provided in the parameters.WikiApi.createWikiAttachment(String wikiIdentifier, String name, String version, GitVersionType versionType, GitVersionOptions versionOptions, InputStream content) Creates an attachment in the wiki.WikiApi.deleteWikiPage(String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Deletes a wiki page.WikiApi.deleteWikiPageById(String id, String wikiIdentifier, String path, String comment, String version, GitVersionType versionType, GitVersionOptions versionOptions) Deletes a wiki page.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. -
Uses of GitVersionOptions in org.azd.wiki.types
Methods in org.azd.wiki.types that return GitVersionOptionsMethods in org.azd.wiki.types with parameters of type GitVersionOptionsModifier and TypeMethodDescriptionvoidGitVersionDescriptor.setVersionOptions(GitVersionOptions versionOptions) Constructors in org.azd.wiki.types with parameters of type GitVersionOptionsModifierConstructorDescriptionGitVersionDescriptor(String version, GitVersionOptions versionOptions, GitVersionType versionType)