public final class ReleaseDetailsUpdateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
BuildInfo |
build |
List<DestinationId> |
destinations |
boolean |
mandatory_update |
boolean |
notify_testers |
String |
release_notes |
| Constructor and Description |
|---|
ReleaseDetailsUpdateRequest(String releaseNotes,
boolean mandatoryUpdate,
List<DestinationId> destinations,
BuildInfo build,
boolean notifyTesters) |
public final String release_notes
public final boolean mandatory_update
public final List<DestinationId> destinations
public final BuildInfo build
public final boolean notify_testers
public ReleaseDetailsUpdateRequest(String releaseNotes, boolean mandatoryUpdate, List<DestinationId> destinations, BuildInfo build, boolean notifyTesters)
Copyright © 2019. All rights reserved.