public class DeploymentNotificationListener extends Object implements NotificationListener
Constructor and Description |
---|
DeploymentNotificationListener(com.ibm.websphere.management.AdminClient adminClient,
NotificationFilterSupport support,
Object handBack,
String eventTypeToCheck,
hudson.model.BuildListener listener,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
com.ibm.websphere.management.AdminClient |
getAdminClient() |
NotificationFilterSupport |
getFilterSupport() |
String |
getMessage() |
Properties |
getNotificationProps() |
ObjectName |
getObjectName() |
void |
handleNotification(Notification notification,
Object handback) |
boolean |
hasEventTriggered() |
boolean |
isSuccessful() |
public DeploymentNotificationListener(com.ibm.websphere.management.AdminClient adminClient, NotificationFilterSupport support, Object handBack, String eventTypeToCheck, hudson.model.BuildListener listener, boolean verbose) throws Exception
Exception
public void handleNotification(Notification notification, Object handback)
handleNotification
in interface NotificationListener
public boolean hasEventTriggered()
public String getMessage()
public Properties getNotificationProps()
public boolean isSuccessful()
public com.ibm.websphere.management.AdminClient getAdminClient()
public NotificationFilterSupport getFilterSupport()
public ObjectName getObjectName()
Copyright © 2013–2018. All rights reserved.