| Modifier and Type | Field and Description |
|---|---|
protected PlatformConfigurationService |
platformConfigurationService
the platform configuration service
|
| Constructor and Description |
|---|
DashboardNotifier() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDashboardBaseUrl() |
PlatformConfigurationService |
getPlatformConfigurationService() |
void |
invoke(java.lang.String environment,
java.lang.String moduleName,
java.lang.String flowName,
java.lang.String state) |
boolean |
isNotifyStateChangesOnly() |
protected void |
notify(java.lang.String environment,
java.lang.String moduleName,
java.lang.String flowName,
java.lang.String state)
Internal notify method
|
void |
setDashboardBaseUrl(java.lang.String dashboardBaseUrl) |
void |
setNotifyStateChangesOnly(boolean notifyStateChangesOnly) |
void |
setPlatformConfigurationService(PlatformConfigurationService platformConfigurationService) |
protected PlatformConfigurationService platformConfigurationService
public void invoke(java.lang.String environment,
java.lang.String moduleName,
java.lang.String flowName,
java.lang.String state)
public void setNotifyStateChangesOnly(boolean notifyStateChangesOnly)
setNotifyStateChangesOnly in interface Notifier<java.lang.String>public boolean isNotifyStateChangesOnly()
isNotifyStateChangesOnly in interface Notifier<java.lang.String>public void setDashboardBaseUrl(java.lang.String dashboardBaseUrl)
public void setPlatformConfigurationService(PlatformConfigurationService platformConfigurationService)
platformConfigurationService - public java.lang.String getDashboardBaseUrl()
public PlatformConfigurationService getPlatformConfigurationService()
protected void notify(java.lang.String environment,
java.lang.String moduleName,
java.lang.String flowName,
java.lang.String state)
environment - name - state - Copyright © 2007-2017 Ikasan. All Rights Reserved.