Interface RolloutRequest.UpdateStages.WithBuildVersion

All Known Subinterfaces:
RolloutRequest.Update
Enclosing interface:
RolloutRequest.UpdateStages

public static interface RolloutRequest.UpdateStages.WithBuildVersion
The stage of the RolloutRequest update allowing to specify buildVersion.
  • Method Summary

    Modifier and Type
    Method
    Description
    withBuildVersion(String buildVersion)
    Specifies the buildVersion property: The version of the build being deployed..
  • Method Details

    • withBuildVersion

      RolloutRequest.Update withBuildVersion(String buildVersion)
      Specifies the buildVersion property: The version of the build being deployed..
      Parameters:
      buildVersion - The version of the build being deployed.
      Returns:
      the next definition stage.