Uses of Enum Class
org.azd.enums.SingleReleaseExpands
Packages that use SingleReleaseExpands
-
Uses of SingleReleaseExpands in org.azd.enums
Methods in org.azd.enums that return SingleReleaseExpandsModifier and TypeMethodDescriptionstatic SingleReleaseExpandsReturns the enum constant of this class with the specified name.static SingleReleaseExpands[]SingleReleaseExpands.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SingleReleaseExpands in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type SingleReleaseExpandsModifier and TypeMethodDescriptionReleaseDetails.getRelease(int releaseId, SingleReleaseExpands expand) ReleaseDetails.getRelease(int releaseId, SingleReleaseExpands expand, ReleaseApprovalFilters approvalFilters, String[] propertyFilters, int topGateRecords) ReleaseDetails.getReleaseEnvironment(int releaseId, int environmentId, SingleReleaseExpands expand) -
Uses of SingleReleaseExpands in org.azd.release
Methods in org.azd.release with parameters of type SingleReleaseExpandsModifier and TypeMethodDescriptionReleaseApi.getRelease(int releaseId, SingleReleaseExpands expand) Gets a ReleaseReleaseApi.getRelease(int releaseId, SingleReleaseExpands expand, ReleaseApprovalFilters approvalFilters, String[] propertyFilters, int topGateRecords) Gets a ReleaseReleaseApi.getReleaseEnvironment(int releaseId, int environmentId, SingleReleaseExpands expand) Get a release environment.