@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public class ChecksAnnotation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ChecksAnnotation.ChecksAnnotationBuilder
Builder for
ChecksAnnotation. |
static class |
ChecksAnnotation.ChecksAnnotationLevel
The level represents the severity of the annotation.
|
| 构造器和说明 |
|---|
ChecksAnnotation(ChecksAnnotation that)
Copy constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ChecksAnnotation.ChecksAnnotationLevel |
getAnnotationLevel() |
Optional<Integer> |
getEndColumn() |
Optional<Integer> |
getEndLine() |
Optional<String> |
getMessage() |
Optional<String> |
getPath() |
Optional<String> |
getRawDetails() |
Optional<Integer> |
getStartColumn() |
Optional<Integer> |
getStartLine() |
Optional<String> |
getTitle() |
String |
toString() |
public ChecksAnnotation(ChecksAnnotation that)
that - the sourcepublic ChecksAnnotation.ChecksAnnotationLevel getAnnotationLevel()
Copyright © 2016–2020. All rights reserved.