public class DingdingNotifier
extends hudson.tasks.Notifier
implements jenkins.tasks.SimpleBuildStep
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DingdingNotifier.DingdingNotifierDescriptor |
| 构造器和说明 |
|---|
DingdingNotifier(String accessToken,
String jsonFilePath) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccessToken() |
DingdingNotifier.DingdingNotifierDescriptor |
getDescriptor() |
String |
getJsonFilePath() |
hudson.tasks.BuildStepMonitor |
getRequiredMonitorService() |
DingdingService |
newDingdingService(hudson.FilePath workspace,
hudson.model.TaskListener listener) |
void |
perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener) |
getProjectAction, getProjectActions, perform, perform, prebuildpublic String getAccessToken()
public String getJsonFilePath()
public DingdingService newDingdingService(hudson.FilePath workspace, hudson.model.TaskListener listener)
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
getRequiredMonitorService 在接口中 hudson.tasks.BuildSteppublic void perform(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.Launcher launcher,
hudson.model.TaskListener listener)
throws InterruptedException,
IOException
perform 在接口中 jenkins.tasks.SimpleBuildStepInterruptedExceptionIOExceptionpublic DingdingNotifier.DingdingNotifierDescriptor getDescriptor()
getDescriptor 在接口中 hudson.model.Describable<hudson.tasks.Publisher>getDescriptor 在类中 hudson.tasks.NotifierCopyright © 2016–2017. All rights reserved.