Package ee.datel.dogis.admin.service
Class DeployService
java.lang.Object
ee.datel.dogis.admin.service.DeployService
@Service
public class DeployService
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DeployService(ConfigurationManager confSrv, DeployCrypterService cryper, DogisUtils utils, TempFilesUtils temp, java.lang.String[] urls, EventRegistrarService eventRegistrar) -
Method Summary
Modifier and Type Method Description java.nio.file.PathprepareDeploy(java.lang.String appid, boolean addFatz)java.util.List<java.lang.Object>send(java.lang.String appid)
-
Constructor Details
-
DeployService
@Autowired public DeployService(ConfigurationManager confSrv, DeployCrypterService cryper, DogisUtils utils, TempFilesUtils temp, @Value("${application.proxy.configuration.deploy.urls:}") java.lang.String[] urls, EventRegistrarService eventRegistrar)
-
-
Method Details
-
send
public java.util.List<java.lang.Object> send(java.lang.String appid) throws ManagedServerException, HttpStatusException -
prepareDeploy
public java.nio.file.Path prepareDeploy(java.lang.String appid, boolean addFatz) throws java.io.IOException- Throws:
java.io.IOException
-