$appContext
$appContext :
AppContext
Class AppAbstract An abstract base class for Cloudmunch plugin, providing methods to read plugin inputs and handle plugin life cycle.
$logHandler : \CloudMunch\loghandling\LogHandler
getAppContext() : \CloudMunch\AppContext
This method returns the plugin context object that contains all environment context data of plugin execution.
appContext
getCloudmunchServerHelper() : \CloudMunch\helper\ServerHelper
This method gives reference to ServerHelper,this helper class has all the methods to get/set data on servers registered with cloudmunch.
serverhelper
getCloudmunchEnvironmentHelper() : \CloudMunch\helper\EnvironmentHelper
This method gives reference to EnvironmentHelper,this helper class has all the methods to get/set data on assets registered with cloudmunch.
environment helper
getCloudmunchInsightHelper() : \CloudMunch\helper\InsightHelper
This method gives reference to EnvironmentHelper,this helper class has all the methods to get/set data on assets registered with cloudmunch.
insight helper
getCloudmunchRoleHelper() : \CloudMunch\helper\RoleHelper
This method gives reference to RoleHelper,this helper class has all the methods to get/set data on assets registered with cloudmunch.
environment helper
getCloudmunchAssetHelper() : \CloudMunch\helper\AssetHelper
This method gives reference to AssetHelper,this helper class has all the methods to get/set data on assets registered with cloudmunch.
assethelper
getCloudmunchIntegrationHelper() : \CloudMunch\helper\IntegrationHelper
This method gives reference to IntegrationHelper,this helper class has all the methods to get/set data on integrations registered with cloudmunch.
integrationhelper
getCloudmunchService() : \CloudMunch\CloudmunchService
This method returns reference to CloudmunchService,this helper class has all the methods to get/set data to cloudmunch service.
getNotificationHandler() : \CloudMunch\helper\NotificationHandler
This method returns reference to NotificationHandler,this helper class has methods to notify external communication tools