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 booleanEdit-Service läuftprivate booleanExport- Service läuftprivate booleanImage-Service läuftprivate booleanLizenzserver vom Docker-Container aus erreichbarprivate booleanLizenzserver vom Host aus erreichbarprivate booleanLogin Service vom Docker-Container aus erreichbarprivate booleanLogin Service vom Host aus erreichbarprivate booleanLTI-Service läuftprivate booleanMail-Service läuftprivate booleanMain-Service läuftprivate booleanMathe-Service läuftprivate booleanAllgemeines Plugin-Service läuftprivate booleanPlugin-Sourcecode-Service läuftprivate booleanPrint-Service läuftprivate booleanQuestion-Service läuftservices installiertservices laufen korrektprivate booleanSetup Service des Host vom Docker-Setup aus erreichbarprivate booleanSetup Service Docker vom Host aus erreichbarprivate booleanalle notwendigen Services der Version 1.2 laufen korrektprivate booleanalle 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()
-