ImmutableCheckRunOutput |
ImmutableCheckRunOutput.Builder.build() |
|
static ImmutableCheckRunOutput |
ImmutableCheckRunOutput.copyOf(CheckRunOutput instance) |
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withAnnotations(Annotation... elements) |
Copy the current immutable object with elements that replace the content of annotations .
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withAnnotations(Iterable<? extends Annotation> elements) |
Copy the current immutable object with elements that replace the content of annotations .
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withAnnotationsCount(int value) |
Copy the current immutable object by setting a present value for the optional annotationsCount attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withAnnotationsCount(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the annotationsCount attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withAnnotationsUrl(String value) |
Copy the current immutable object by setting a present value for the optional annotationsUrl attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withAnnotationsUrl(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the annotationsUrl attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withImages(CheckRunImage... elements) |
Copy the current immutable object with elements that replace the content of images .
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withImages(Iterable<? extends CheckRunImage> elements) |
Copy the current immutable object with elements that replace the content of images .
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withSummary(String value) |
Copy the current immutable object by setting a present value for the optional summary attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withSummary(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the summary attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withText(String value) |
Copy the current immutable object by setting a present value for the optional text attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withText(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the text attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withTitle(String value) |
Copy the current immutable object by setting a present value for the optional title attribute.
|
ImmutableCheckRunOutput |
ImmutableCheckRunOutput.withTitle(Optional<String> optional) |
Copy the current immutable object by setting an optional value for the title attribute.
|