Uses of Record Class
io.fluxzero.devserver.DevSession.ServiceStatus
-
Uses of DevSession.ServiceStatus in io.fluxzero.devserver
Methods in io.fluxzero.devserver that return DevSession.ServiceStatusModifier and TypeMethodDescriptionDevSession.app()Returns the value of theapprecord component.AgentTestStatus.commands()Returns the value of thecommandsrecord component.DevSession.commands()Returns the value of thecommandsrecord component.DevSession.compile()Returns the value of thecompilerecord component.DevSession.frontend()Returns the value of thefrontendrecord component.DevSession.gateway()Returns the value of thegatewayrecord component.DevSession.idp()Returns the value of theidprecord component.DevSession.mcp()Returns the value of themcprecord component.DevSession.proxy()Returns the value of theproxyrecord component.DevSession.reload()Returns the value of thereloadrecord component.DevSession.runtime()Returns the value of theruntimerecord component.AgentTestStatus.tests()Returns the value of thetestsrecord component.DevSession.tests()Returns the value of thetestsrecord component.Methods in io.fluxzero.devserver that return types with arguments of type DevSession.ServiceStatusModifier and TypeMethodDescriptionDevSession.services()Returns the value of theservicesrecord component.Constructors in io.fluxzero.devserver with parameters of type DevSession.ServiceStatusModifierConstructorDescriptionAgentTestStatus(AgentCursor cursor, DevSession.ServiceStatus tests, DevSession.ServiceStatus commands) Creates an instance of aAgentTestStatusrecord class.DevSession(String sessionId, long pid, String devServerVersion, String projectDirectory, DevSession.Observability observability, String status, DevSession.ServiceStatus runtime, DevSession.ServiceStatus proxy, DevSession.ServiceStatus gateway, DevSession.ServiceStatus idp, DevSession.ServiceStatus app, DevSession.ServiceStatus reload, DevSession.ServiceStatus compile, DevSession.ServiceStatus tests, DevSession.ServiceStatus commands, DevSession.ServiceStatus frontend, DevSession.ServiceStatus mcp, long startedAt, long heartbeatAt, long updatedAt) Backwards-compatible constructor for sessions without support-service status.DevSession(String sessionId, long pid, String devServerVersion, String projectDirectory, DevSession.Observability observability, String status, DevSession.ServiceStatus runtime, DevSession.ServiceStatus proxy, DevSession.ServiceStatus gateway, DevSession.ServiceStatus idp, DevSession.ServiceStatus app, DevSession.ServiceStatus reload, DevSession.ServiceStatus compile, DevSession.ServiceStatus tests, DevSession.ServiceStatus commands, DevSession.ServiceStatus frontend, Map<String, DevSession.ServiceStatus> services, DevSession.ServiceStatus mcp, long startedAt, long heartbeatAt, long updatedAt) Creates an instance of aDevSessionrecord class.Constructor parameters in io.fluxzero.devserver with type arguments of type DevSession.ServiceStatusModifierConstructorDescriptionDevSession(String sessionId, long pid, String devServerVersion, String projectDirectory, DevSession.Observability observability, String status, DevSession.ServiceStatus runtime, DevSession.ServiceStatus proxy, DevSession.ServiceStatus gateway, DevSession.ServiceStatus idp, DevSession.ServiceStatus app, DevSession.ServiceStatus reload, DevSession.ServiceStatus compile, DevSession.ServiceStatus tests, DevSession.ServiceStatus commands, DevSession.ServiceStatus frontend, Map<String, DevSession.ServiceStatus> services, DevSession.ServiceStatus mcp, long startedAt, long heartbeatAt, long updatedAt) Creates an instance of aDevSessionrecord class.