Known Direct Subclasses
|
Class Overview
A CloudHubConnectorLifecycleAdapter is a wrapper around CloudHubConnector that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.modules.cloudhub.adapters.CloudHubConnectorMetadataAdapater
|
From class
org.mule.modules.cloudhub.adapters.CloudHubConnectorCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.cloudhub.CloudHubConnector
|
Notification
|
createNotification(String message, Notification.Priority priority, String domain, Object payload, Map<String, String> customProperties)
Create a notification inside CloudHub.
|
|
void
|
createNotificationFromFlow(String message, Notification.Priority priority, Object payload, boolean includeStacktrace, Map<String, String> customProperties)
Create a notification inside CloudHub for your flow.
|
|
void
|
deleteApplication(String domain)
Delete an application.
|
|
void
|
deployApplication(InputStream file, String domain, String muleVersion, int workerCount, Map<String, String> environmentVariables)
Deploy specified application.
|
|
void
|
dismissNotification(String href)
Dismiss an individual notification.
|
|
Application
|
getApplication(String domain)
Get an application.
|
|
Long
|
getMaxWaitTime()
|
|
String
|
getPassword()
|
|
static
String
|
getStackTrace(Throwable aThrowable)
|
|
String
|
getUrl()
|
|
String
|
getUsername()
|
|
List<Application>
|
listApplications()
List applications.
|
|
NotificationResults
|
listNotifications(Integer maxResults, Integer offset)
List a user's notifications.
|
|
void
|
setMaxWaitTime(Long maxWaitTime)
|
|
void
|
setPassword(String password)
|
|
void
|
setUrl(String url)
|
|
void
|
setUsername(String username)
|
|
void
|
startApplication(String domain)
Start an application.
|
|
void
|
stopApplication(String domain)
Stop an application.
|
|
void
|
updateApplication(Application application)
Update an application.
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.MetadataAware
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
Public Constructors
public
CloudHubConnectorLifecycleAdapter
()
Public Methods
public
void
initialise
()