ImmutableRelease |
ImmutableRelease.Builder.build() |
|
static ImmutableRelease |
ImmutableRelease.copyOf(StencilClient.Release instance) |
|
ImmutableRelease |
ImmutableRelease.withArticles(StencilClient.ArticleReleaseItem... elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableRelease |
ImmutableRelease.withArticles(Iterable<? extends StencilClient.ArticleReleaseItem> elements) |
Copy the current immutable object with elements that replace the content of articles.
|
ImmutableRelease |
ImmutableRelease.withCreated(LocalDateTime value) |
Copy the current immutable object by setting a value for the created attribute.
|
ImmutableRelease |
ImmutableRelease.withLinks(StencilClient.LinkReleaseItem... elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableRelease |
ImmutableRelease.withLinks(Iterable<? extends StencilClient.LinkReleaseItem> elements) |
Copy the current immutable object with elements that replace the content of links.
|
ImmutableRelease |
ImmutableRelease.withLocales(StencilClient.LocaleReleaseItem... elements) |
Copy the current immutable object with elements that replace the content of locales.
|
ImmutableRelease |
ImmutableRelease.withLocales(Iterable<? extends StencilClient.LocaleReleaseItem> elements) |
Copy the current immutable object with elements that replace the content of locales.
|
ImmutableRelease |
ImmutableRelease.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableRelease |
ImmutableRelease.withNote(String value) |
Copy the current immutable object by setting a value for the note attribute.
|
ImmutableRelease |
ImmutableRelease.withPages(StencilClient.PageReleaseItem... elements) |
Copy the current immutable object with elements that replace the content of pages.
|
ImmutableRelease |
ImmutableRelease.withPages(Iterable<? extends StencilClient.PageReleaseItem> elements) |
Copy the current immutable object with elements that replace the content of pages.
|
ImmutableRelease |
ImmutableRelease.withParentCommit(String value) |
Copy the current immutable object by setting a value for the parentCommit attribute.
|
ImmutableRelease |
ImmutableRelease.withTemplates(StencilClient.TemplateReleaseItem... elements) |
Copy the current immutable object with elements that replace the content of templates.
|
ImmutableRelease |
ImmutableRelease.withTemplates(Iterable<? extends StencilClient.TemplateReleaseItem> elements) |
Copy the current immutable object with elements that replace the content of templates.
|
ImmutableRelease |
ImmutableRelease.withWorkflows(StencilClient.WorkflowReleaseItem... elements) |
Copy the current immutable object with elements that replace the content of workflows.
|
ImmutableRelease |
ImmutableRelease.withWorkflows(Iterable<? extends StencilClient.WorkflowReleaseItem> elements) |
Copy the current immutable object with elements that replace the content of workflows.
|