Uses of Record Class
network.ike.workspace.ReleaseRecord.MemberRelease
Packages that use ReleaseRecord.MemberRelease
-
Uses of ReleaseRecord.MemberRelease in network.ike.workspace
Methods in network.ike.workspace that return types with arguments of type ReleaseRecord.MemberReleaseModifier and TypeMethodDescriptionReleaseRecord.members()Returns the value of themembersrecord component.Methods in network.ike.workspace with parameters of type ReleaseRecord.MemberReleaseModifier and TypeMethodDescriptionReleaseRecord.withMember(String name, ReleaseRecord.MemberRelease release) Return a copy of this record with the given member's row added, or replaced when the member already has one (a member re-released within the cycle keeps a single row carrying the latest release).Constructor parameters in network.ike.workspace with type arguments of type ReleaseRecord.MemberReleaseModifierConstructorDescriptionReleaseRecord(String cycle, String started, Map<String, ReleaseRecord.MemberRelease> members) Validate and defensively copy: the cycle label is required and the member map is copied into an unmodifiable insertion-ordered map.