public class MSDeployCore extends Object
Constructor and Description |
---|
MSDeployCore() |
Modifier and Type | Method and Description |
---|---|
Boolean |
appOffline()
Get sets the AppOffline rule while the MSDeploy operation executes.
|
String |
connectionString()
Get sQL Connection String.
|
String |
dbType()
Get database Type.
|
String |
packageUri()
Get package URI.
|
Map<String,String> |
setParameters()
Get mSDeploy Parameters.
|
String |
setParametersXmlFileUri()
Get uRI of MSDeploy Parameters file.
|
Boolean |
skipAppData()
Get controls whether the MSDeploy operation skips the App_Data directory.
|
MSDeployCore |
withAppOffline(Boolean appOffline)
Set sets the AppOffline rule while the MSDeploy operation executes.
|
MSDeployCore |
withConnectionString(String connectionString)
Set sQL Connection String.
|
MSDeployCore |
withDbType(String dbType)
Set database Type.
|
MSDeployCore |
withPackageUri(String packageUri)
Set package URI.
|
MSDeployCore |
withSetParameters(Map<String,String> setParameters)
Set mSDeploy Parameters.
|
MSDeployCore |
withSetParametersXmlFileUri(String setParametersXmlFileUri)
Set uRI of MSDeploy Parameters file.
|
MSDeployCore |
withSkipAppData(Boolean skipAppData)
Set controls whether the MSDeploy operation skips the App_Data directory.
|
public String packageUri()
public MSDeployCore withPackageUri(String packageUri)
packageUri
- the packageUri value to setpublic String connectionString()
public MSDeployCore withConnectionString(String connectionString)
connectionString
- the connectionString value to setpublic String dbType()
public MSDeployCore withDbType(String dbType)
dbType
- the dbType value to setpublic String setParametersXmlFileUri()
public MSDeployCore withSetParametersXmlFileUri(String setParametersXmlFileUri)
setParametersXmlFileUri
- the setParametersXmlFileUri value to setpublic Map<String,String> setParameters()
public MSDeployCore withSetParameters(Map<String,String> setParameters)
setParameters
- the setParameters value to setpublic Boolean skipAppData()
public MSDeployCore withSkipAppData(Boolean skipAppData)
skipAppData
- the skipAppData value to setpublic Boolean appOffline()
public MSDeployCore withAppOffline(Boolean appOffline)
appOffline
- the appOffline value to setCopyright © 2019. All rights reserved.