public class ActiveNotifier extends Object implements FineGrainedNotifier
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ActiveNotifier.MessageBuilder |
| 构造器和说明 |
|---|
ActiveNotifier(BearychatNotifier notifier) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
completed(hudson.model.AbstractBuild build) |
void |
deleted(hudson.model.AbstractBuild r) |
void |
finalized(hudson.model.AbstractBuild r) |
String |
getChanges(hudson.model.AbstractBuild r) |
Map<String,Object> |
getData(hudson.model.AbstractBuild build) |
void |
started(hudson.model.AbstractBuild build) |
public ActiveNotifier(BearychatNotifier notifier)
public void deleted(hudson.model.AbstractBuild r)
deleted 在接口中 FineGrainedNotifierpublic void started(hudson.model.AbstractBuild build)
started 在接口中 FineGrainedNotifierpublic void finalized(hudson.model.AbstractBuild r)
finalized 在接口中 FineGrainedNotifierpublic void completed(hudson.model.AbstractBuild build)
completed 在接口中 FineGrainedNotifierpublic String getChanges(hudson.model.AbstractBuild r)
Copyright © 2004-2015. All Rights Reserved.