跳过导航链接
A B C F G I J N O P V W 

A

addAction(ChecksAction) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Adds a ChecksAction.
addAnnotation(ChecksAnnotation) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
addImage(ChecksImage) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Adds a ChecksImage.

B

build() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Actually builds the ChecksAnnotation.
build() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Actually build the ChecksDetail.
build() - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Actually builds the ChecksOutput with given parameters.
BuildStatusChecksPublisher - io.jenkins.plugins.checks中的类
A publisher which publishes different statuses through the checks API based on the stage of the Queue.Item or Run.
BuildStatusChecksPublisher() - 类 的构造器io.jenkins.plugins.checks.BuildStatusChecksPublisher
 
BuildStatusChecksPublisher.JobScheduledListener - io.jenkins.plugins.checks中的类
Listens to the queue and publishes checks in "queued" state for entering items.
BuildStatusChecksPublisher.JobStartedListener - io.jenkins.plugins.checks中的类
Listens to the run and publishes checks for started and completed run.

C

ChecksAction - io.jenkins.plugins.checks.api中的类
An action of a check.
ChecksAction(String, String, String) - 类 的构造器io.jenkins.plugins.checks.api.ChecksAction
Creates a ChecksAction using the given parameters.
ChecksAnnotation - io.jenkins.plugins.checks.api中的类
An annotation for specific lines of code.
ChecksAnnotation(ChecksAnnotation) - 类 的构造器io.jenkins.plugins.checks.api.ChecksAnnotation
Copy constructor.
ChecksAnnotation.ChecksAnnotationBuilder - io.jenkins.plugins.checks.api中的类
Builder for ChecksAnnotation.
ChecksAnnotation.ChecksAnnotationLevel - io.jenkins.plugins.checks.api中的枚举
The level represents the severity of the annotation.
ChecksAnnotationBuilder() - 类 的构造器io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Constructs a builder for ChecksAnnotation.
ChecksConclusion - io.jenkins.plugins.checks.api中的枚举
Conclusion for a specific check.
ChecksDetails - io.jenkins.plugins.checks.api中的类
Details of a check.
ChecksDetails.ChecksDetailsBuilder - io.jenkins.plugins.checks.api中的类
Builder for ChecksDetails.
ChecksDetailsBuilder() - 类 的构造器io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Construct a builder for ChecksDetails.
ChecksImage - io.jenkins.plugins.checks.api中的类
An image of a check.
ChecksImage(String, String, String) - 类 的构造器io.jenkins.plugins.checks.api.ChecksImage
Constructs an image with all parameters.
ChecksOutput - io.jenkins.plugins.checks.api中的类
An output of a check.
ChecksOutput(ChecksOutput) - 类 的构造器io.jenkins.plugins.checks.api.ChecksOutput
Copy constructor of the ChecksOutput.
ChecksOutput.ChecksOutputBuilder - io.jenkins.plugins.checks.api中的类
Builder for ChecksOutput.
ChecksOutputBuilder() - 类 的构造器io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Construct a builder for a ChecksOutput.
ChecksPublisher - io.jenkins.plugins.checks.api中的类
A general publisher for publishing checks to different platforms.
ChecksPublisher() - 类 的构造器io.jenkins.plugins.checks.api.ChecksPublisher
 
ChecksPublisher.NullChecksPublisher - io.jenkins.plugins.checks.api中的类
A null publisher.
ChecksPublisherFactory - io.jenkins.plugins.checks.api中的类
A publisher API for consumers to publish checks.
ChecksPublisherFactory() - 类 的构造器io.jenkins.plugins.checks.api.ChecksPublisherFactory
 
ChecksStatus - io.jenkins.plugins.checks.api中的枚举
Status for a specific check.
createPublisher(Run<?, ?>, TaskListener) - 类 中的方法io.jenkins.plugins.checks.api.ChecksPublisherFactory
Creates a ChecksPublisher according to the SCM used by the Run.
createPublisher(Job<?, ?>, TaskListener) - 类 中的方法io.jenkins.plugins.checks.api.ChecksPublisherFactory
Creates a ChecksPublisher according to the SCM used by the Job.

F

fromJob(Job<?, ?>, TaskListener) - 类 中的静态方法io.jenkins.plugins.checks.api.ChecksPublisherFactory
Returns a suitable publisher for the job.
fromRun(Run<?, ?>) - 类 中的静态方法io.jenkins.plugins.checks.api.ChecksPublisherFactory
Returns a suitable publisher for the run.
fromRun(Run<?, ?>, TaskListener) - 类 中的静态方法io.jenkins.plugins.checks.api.ChecksPublisherFactory
Returns a suitable publisher for the run.

G

getActions() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the ChecksActions of a check.
getAlt() - 类 中的方法io.jenkins.plugins.checks.api.ChecksImage
Returns the alternative text for the image.
getAnnotationLevel() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getCaption() - 类 中的方法io.jenkins.plugins.checks.api.ChecksImage
Returns the short description of the image.
getChecksAnnotations() - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput
 
getChecksImages() - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput
 
getCompletedAt() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the time that the check completed.
getConclusion() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the conclusion of a check.
getDescription() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAction
 
getDetailsURL() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the url of a site with full details of a check.
getEndColumn() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getEndLine() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getIdentifier() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAction
 
getImageUrl() - 类 中的方法io.jenkins.plugins.checks.api.ChecksImage
Returns the image URL.
getLabel() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAction
 
getMessage() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getName() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the name of a check.
getOutput() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the ChecksOutput of a check.
getPath() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getRawDetails() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getStartColumn() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getStartedAt() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the time that the check started.
getStartLine() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getStatus() - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails
Returns the status of a check.
getSummary() - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput
 
getText() - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput
 
getTitle() - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation
 
getTitle() - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput
 

I

io.jenkins.plugins.checks - 程序包 io.jenkins.plugins.checks
Provides default Findbugs annotations.
io.jenkins.plugins.checks.api - 程序包 io.jenkins.plugins.checks.api
Provides default Findbugs annotations.

J

JobScheduledListener() - 类 的构造器io.jenkins.plugins.checks.BuildStatusChecksPublisher.JobScheduledListener
 
JobStartedListener() - 类 的构造器io.jenkins.plugins.checks.BuildStatusChecksPublisher.JobStartedListener
 

N

NullChecksPublisher() - 类 的构造器io.jenkins.plugins.checks.api.ChecksPublisher.NullChecksPublisher
 

O

onCompleted(Run, TaskListener) - 类 中的方法io.jenkins.plugins.checks.BuildStatusChecksPublisher.JobStartedListener
When a job completes, completes the check.
onEnterWaiting(Queue.WaitingItem) - 类 中的方法io.jenkins.plugins.checks.BuildStatusChecksPublisher.JobScheduledListener
When a job enters queue, creates the check on "queued".
onStarted(Run, TaskListener) - 类 中的方法io.jenkins.plugins.checks.BuildStatusChecksPublisher.JobStartedListener
When a job starts, updates the check to "in progress".

P

publish(ChecksDetails) - 类 中的方法io.jenkins.plugins.checks.api.ChecksPublisher.NullChecksPublisher
 
publish(ChecksDetails) - 类 中的方法io.jenkins.plugins.checks.api.ChecksPublisher
Publishes checks to platforms.

V

valueOf(String) - 枚举 中的静态方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationLevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.jenkins.plugins.checks.api.ChecksConclusion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法io.jenkins.plugins.checks.api.ChecksStatus
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationLevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.jenkins.plugins.checks.api.ChecksConclusion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法io.jenkins.plugins.checks.api.ChecksStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

withActions(List<ChecksAction>) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the actions of a check.
withAnnotationLevel(ChecksAnnotation.ChecksAnnotationLevel) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Sets the annotation level, one of NOTICE, WARNING, or FAILURE.
withAnnotations(List<ChecksAnnotation>) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Sets the ChecksAnnotation for a check run.
withCompletedAt(LocalDateTime) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the time when a check completes.
withConclusion(ChecksConclusion) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the conclusion of a check.
withDetailsURL(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the url of a site with full details of a check.
withEndColumn(Integer) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Adds end column of the annotation.
withEndLine(Integer) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Sets the end line of annotation.
withImages(List<ChecksImage>) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Sets the ChecksImage for a check run.
withLine(int) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Sets the line of the single line annotation.
withMessage(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Sets a short description of the feedback for the annotation.
withName(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the name of the check.
withOutput(ChecksOutput) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the output of a check.
withPath(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Sets the path of the file to annotate.
withRawDetails(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Adds the details about this annotation.
withStartColumn(Integer) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Adds start column of the annotation.
withStartedAt(LocalDateTime) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the time when a check starts.
withStartLine(Integer) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Sets the start line of annotation.
withStatus(ChecksStatus) - 类 中的方法io.jenkins.plugins.checks.api.ChecksDetails.ChecksDetailsBuilder
Set the status of the check.
withSummary(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Sets the summary of the check run Note that for the GitHub check runs, the summary supports Markdown.
withText(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Adds the details description for a check run.
withTitle(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksAnnotation.ChecksAnnotationBuilder
Adds the title that represents the annotation.
withTitle(String) - 类 中的方法io.jenkins.plugins.checks.api.ChecksOutput.ChecksOutputBuilder
Sets the title of the check run.
A B C F G I J N O P V W 
跳过导航链接

Copyright © 2016–2020. All rights reserved.