-
enum
Determines whether the dev environment manages authentication infrastructure.
Returns the value of the
idpMode record component.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
DevServerConfig(Path projectDirectory,
String mainClass,
String applicationName,
String namespace,
boolean watch,
boolean compileOnStart,
boolean testsEnabled,
Duration startupTimeout,
Duration gracefulShutdownTimeout,
Duration debounce,
FrontendConfig frontend,
List<String> appArgs,
boolean fastCompilerEnabled,
String environment,
List<String> applications,
int gatewayPort,
IdpMode idpMode)
DevServerConfig(Path projectDirectory,
String mainClass,
String applicationName,
String namespace,
boolean watch,
boolean compileOnStart,
boolean testsEnabled,
Duration startupTimeout,
Duration gracefulShutdownTimeout,
Duration debounce,
FrontendConfig frontend,
List<String> appArgs,
boolean fastCompilerEnabled,
String environment,
List<String> applications,
int gatewayPort,
IdpMode idpMode,
Map<String, DevApplicationConfig> applicationConfig)
Creates an instance of a DevServerConfig record class.