Uses of Enum Class
org.azd.enums.ReleaseDefinitionExpands
Packages that use ReleaseDefinitionExpands
-
Uses of ReleaseDefinitionExpands in org.azd.enums
Methods in org.azd.enums that return ReleaseDefinitionExpandsModifier and TypeMethodDescriptionstatic ReleaseDefinitionExpandsReturns the enum constant of this class with the specified name.static ReleaseDefinitionExpands[]ReleaseDefinitionExpands.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReleaseDefinitionExpands in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type ReleaseDefinitionExpandsModifier and TypeMethodDescriptionReleaseDetails.getReleaseDefinitions(ReleaseDefinitionExpands expands) ReleaseDetails.getReleaseDefinitions(ReleaseDefinitionExpands expands, int top, String artifactSourceId, String artifactType, String continuationToken, int[] definitionIdFilter, boolean isDeleted, boolean isExactNameMatch, String path, String[] propertyFilters, ReleaseDefinitionQueryOrder queryOrder, String searchText, boolean searchTextContainsFolderName, String[] tagFilter) -
Uses of ReleaseDefinitionExpands in org.azd.release
Methods in org.azd.release with parameters of type ReleaseDefinitionExpandsModifier and TypeMethodDescriptionReleaseApi.getReleaseDefinitions(ReleaseDefinitionExpands expands) Get a list of release definitions.ReleaseApi.getReleaseDefinitions(ReleaseDefinitionExpands expands, int top, String artifactSourceId, String artifactType, String continuationToken, int[] definitionIdFilter, boolean isDeleted, boolean isExactNameMatch, String path, String[] propertyFilters, ReleaseDefinitionQueryOrder queryOrder, String searchText, boolean searchTextContainsFolderName, String[] tagFilter) Get a list of release definitions.