Uses of Interface
io.thestencil.client.api.StencilClient.WorkflowReleaseItem
-
Packages that use StencilClient.WorkflowReleaseItem Package Description io.thestencil.client.api -
-
Uses of StencilClient.WorkflowReleaseItem in io.thestencil.client.api
Classes in io.thestencil.client.api that implement StencilClient.WorkflowReleaseItem Modifier and Type Class Description classImmutableWorkflowReleaseItemImmutable implementation ofStencilClient.WorkflowReleaseItem.Methods in io.thestencil.client.api that return types with arguments of type StencilClient.WorkflowReleaseItem Modifier and Type Method Description com.google.common.collect.ImmutableList<StencilClient.WorkflowReleaseItem>ImmutableRelease. getWorkflows()List<StencilClient.WorkflowReleaseItem>StencilClient.Release. getWorkflows()Methods in io.thestencil.client.api with parameters of type StencilClient.WorkflowReleaseItem Modifier and Type Method Description ImmutableRelease.BuilderImmutableRelease.Builder. addWorkflows(StencilClient.WorkflowReleaseItem element)Adds one element toworkflowslist.ImmutableRelease.BuilderImmutableRelease.Builder. addWorkflows(StencilClient.WorkflowReleaseItem... elements)Adds elements toworkflowslist.static ImmutableWorkflowReleaseItemImmutableWorkflowReleaseItem. copyOf(StencilClient.WorkflowReleaseItem instance)Creates an immutable copy of aStencilClient.WorkflowReleaseItemvalue.ImmutableWorkflowReleaseItem.BuilderImmutableWorkflowReleaseItem.Builder. from(StencilClient.WorkflowReleaseItem instance)Fill a builder with attribute values from the providedio.thestencil.client.api.StencilClient.WorkflowReleaseIteminstance.ImmutableReleaseImmutableRelease. withWorkflows(StencilClient.WorkflowReleaseItem... elements)Copy the current immutable object with elements that replace the content ofworkflows.Method parameters in io.thestencil.client.api with type arguments of type StencilClient.WorkflowReleaseItem Modifier and Type Method Description ImmutableRelease.BuilderImmutableRelease.Builder. addAllWorkflows(Iterable<? extends StencilClient.WorkflowReleaseItem> elements)Adds elements toworkflowslist.ImmutableReleaseImmutableRelease. withWorkflows(Iterable<? extends StencilClient.WorkflowReleaseItem> elements)Copy the current immutable object with elements that replace the content ofworkflows.ImmutableRelease.BuilderImmutableRelease.Builder. workflows(Iterable<? extends StencilClient.WorkflowReleaseItem> elements)Sets or replaces all elements forworkflowslist.
-