Class RestBuildWarnings
- java.lang.Object
-
- com.atlassian.bamboo.rest.model.warning.RestBuildWarnings
-
@Internal public class RestBuildWarnings extends Object
-
-
Constructor Summary
Constructors Constructor Description RestBuildWarnings(@NotNull RestWarningSummary summary, @NotNull List<RestWarningAnnotation> annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RestWarningAnnotation>
getAnnotations()
RestWarningSummary
getSummary()
-
-
-
Constructor Detail
-
RestBuildWarnings
public RestBuildWarnings(@NotNull @NotNull RestWarningSummary summary, @NotNull @NotNull List<RestWarningAnnotation> annotations)
-
-
Method Detail
-
getSummary
public RestWarningSummary getSummary()
-
getAnnotations
public List<RestWarningAnnotation> getAnnotations()
-
-