Package at.letto.setup.dto
Class ServiceStatusDto
java.lang.Object
at.letto.setup.dto.ServiceStatusDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionData-Services vom Docker-Setup aus erreichbarprivate boolean
Edit-Service läuftprivate boolean
Export- Service läuftprivate boolean
Image-Service läuftprivate boolean
Lizenzserver vom Docker-Container aus erreichbarprivate boolean
Lizenzserver vom Host aus erreichbarprivate boolean
Login Service vom Docker-Container aus erreichbarprivate boolean
Login Service vom Host aus erreichbarprivate boolean
LTI-Service läuftprivate boolean
Mail-Service läuftprivate boolean
Main-Service läuftprivate boolean
Mathe-Service läuftprivate boolean
Allgemeines Plugin-Service läuftprivate boolean
Plugin-Sourcecode-Service läuftprivate boolean
Print-Service läuftprivate boolean
Question-Service läuftservices installiertservices laufen korrektprivate boolean
Setup Service des Host vom Docker-Setup aus erreichbarprivate boolean
Setup Service Docker vom Host aus erreichbarprivate boolean
alle notwendigen Services der Version 1.2 laufen korrektprivate boolean
alle notwendigen Services der Version 1.2 sind installiert als docker-service-...yml -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
lettoLicenseHost
private boolean lettoLicenseHostLizenzserver vom Host aus erreichbar -
loginHost
private boolean loginHostLogin Service vom Host aus erreichbar -
setupHost
private boolean setupHostSetup Service Docker vom Host aus erreichbar -
lettoLicense
private boolean lettoLicenseLizenzserver vom Docker-Container aus erreichbar -
login
private boolean loginLogin Service vom Docker-Container aus erreichbar -
setup
private boolean setupSetup Service des Host vom Docker-Setup aus erreichbar -
data
Data-Services vom Docker-Setup aus erreichbar -
lti
private boolean ltiLTI-Service läuft -
image
private boolean imageImage-Service läuft -
question
private boolean questionQuestion-Service läuft -
mail
private boolean mailMail-Service läuft -
plugin
private boolean pluginAllgemeines Plugin-Service läuft -
pluginsourcecode
private boolean pluginsourcecodePlugin-Sourcecode-Service läuft -
math
private boolean mathMathe-Service läuft -
print
private boolean printPrint-Service läuft -
export
private boolean exportExport- Service läuft -
edit
private boolean editEdit-Service läuft -
main
private boolean mainMain-Service läuft -
v12ymlpresent
private boolean v12ymlpresentalle notwendigen Services der Version 1.2 sind installiert als docker-service-...yml -
v12servicesOk
private boolean v12servicesOkalle notwendigen Services der Version 1.2 laufen korrekt -
serviceInstalled
services installiert -
serviceOk
services laufen korrekt
-
-
Constructor Details
-
ServiceStatusDto
public ServiceStatusDto()
-