Uses of Class
io.thestencil.persistence.api.ImmutableRelease
-
-
Uses of ImmutableRelease in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableRelease Modifier and Type Method Description ImmutableReleaseImmutableRelease.Builder. build()Builds a newImmutableRelease.static ImmutableReleaseImmutableRelease. copyOf(ZoePersistence.Release instance)Creates an immutable copy of aZoePersistence.Releasevalue.ImmutableReleaseImmutableRelease. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableReleaseImmutableRelease. withNote(String value)Copy the current immutable object by setting a value for thenoteattribute.ImmutableReleaseImmutableRelease. withParentCommit(String value)Copy the current immutable object by setting a value for theparentCommitattribute.
-