Uses of Class
io.thestencil.client.api.ImmutableRelease
-
Packages that use ImmutableRelease Package Description io.thestencil.client.api -
-
Uses of ImmutableRelease in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableRelease Modifier and Type Method Description ImmutableReleaseImmutableRelease.Builder. build()Builds a newImmutableRelease.static ImmutableReleaseImmutableRelease. copyOf(StencilClient.Release instance)Creates an immutable copy of aStencilClient.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.
-