Interface CaseProvisioningSettings
-
public interface CaseProvisioningSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGAV()StringgetHost()StringgetManagementPort()StringgetPassword()StringgetPath()StringgetURL()StringgetUsername()booleanisDeployFromLocalPath()booleanisProvisioningEnabled()
-
-
-
Method Detail
-
isProvisioningEnabled
boolean isProvisioningEnabled()
-
isDeployFromLocalPath
boolean isDeployFromLocalPath()
-
getPath
String getPath()
-
getHost
String getHost()
-
getManagementPort
String getManagementPort()
-
getUsername
String getUsername()
-
getPassword
String getPassword()
-
getGAV
String getGAV()
-
getURL
String getURL()
-
-