public interface ITAdHocManager
| Modifier and Type | Method and Description | 
|---|---|
AdHocDefaultsBean | 
getGlobalAdHocSettings()
Get the global Ad-Hoc configuration 
 | 
ProjectAdHocSecurityBean | 
getGlobalSecurity()
Get the global Ad-Hoc security configuration 
 | 
boolean | 
isAdHocEnabled()
Check if the Ad-Hoc feature has been enabled 
 | 
void | 
setAdHocEnabled(boolean enabled)
Set the enabled state for Ad-Hoc notifications 
 | 
void | 
setGlobalAdHocSettings(AdHocDefaultsBean settingsToApply)
Set the global Ad-Hoc configuration 
 | 
void | 
setGlobalSecurity(ProjectAdHocSecurityBean config)  | 
AdHocDefaultsBean getGlobalAdHocSettings()
void setGlobalAdHocSettings(AdHocDefaultsBean settingsToApply)
settingsToApply - AdHocDefaultsBean containing the global Ad-Hoc configuration to applyboolean isAdHocEnabled()
void setAdHocEnabled(boolean enabled)
enabled - the enabled state to set for Ad-Hoc notificationsProjectAdHocSecurityBean getGlobalSecurity()
ProjectAdHocSecurityBean containing global security configurationvoid setGlobalSecurity(ProjectAdHocSecurityBean config)
Copyright © 2008–2020 The Plugin People. All rights reserved.