Interface Deployment.DeploymentContextBuilder
-
- All Known Implementing Classes:
ApplicationLifecycle.DeploymentContextBuidlerImpl
- Enclosing interface:
- Deployment
public static interface Deployment.DeploymentContextBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArchiveHandlerarchiveHandler()Deployment.DeploymentContextBuilderarchiveHandler(ArchiveHandler handler)ExtendedDeploymentContextbuild()ExtendedDeploymentContextbuild(ExtendedDeploymentContext initialContext)Loggerlogger()OpsParamsparams()ActionReportreport()Deployment.DeploymentContextBuildersource(File source)Deployment.DeploymentContextBuildersource(ReadableArchive archive)ReadableArchivesourceAsArchive()FilesourceAsFile()
-
-
-
Method Detail
-
source
Deployment.DeploymentContextBuilder source(File source)
-
source
Deployment.DeploymentContextBuilder source(ReadableArchive archive)
-
sourceAsFile
File sourceAsFile()
-
sourceAsArchive
ReadableArchive sourceAsArchive()
-
archiveHandler
ArchiveHandler archiveHandler()
-
archiveHandler
Deployment.DeploymentContextBuilder archiveHandler(ArchiveHandler handler)
-
logger
Logger logger()
-
report
ActionReport report()
-
params
OpsParams params()
-
build
ExtendedDeploymentContext build() throws IOException
- Throws:
IOException
-
build
ExtendedDeploymentContext build(ExtendedDeploymentContext initialContext) throws IOException
- Throws:
IOException
-
-