Uses of Class
org.azd.build.types.BuildChanges
Packages that use BuildChanges
-
Uses of BuildChanges in org.azd.build
Methods in org.azd.build that return BuildChangesModifier and TypeMethodDescriptionBuildApi.getBuildChanges(int buildId) Gets the changes associated with a buildBuildApi.getBuildChanges(int buildId, int top, String continuationToken, boolean includeSourceChange) Gets the changes associated with a buildBuildApi.getChangesBetweenBuilds(int fromBuildId, int toBuildId, int top) Gets the changes made to the repository between two given builds. -
Uses of BuildChanges in org.azd.interfaces
Methods in org.azd.interfaces that return BuildChangesModifier and TypeMethodDescriptionBuildDetails.getBuildChanges(int buildId) BuildDetails.getBuildChanges(int buildId, int top, String continuationToken, boolean includeSourceChange) BuildDetails.getChangesBetweenBuilds(int fromBuildId, int toBuildId, int top)