Package io.quarkus.devui.spi.buildtime
Class BuildTimeAction
java.lang.Object
io.quarkus.devui.spi.buildtime.BuildTimeAction
Deprecated.
- Rather use the Action Builder
Define a action that can be executed against the deployment classpath in runtime
This means a call will still be make with Json-RPC to the backend, but fall through to this action
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBuildTimeAction(String methodName, io.quarkus.runtime.RuntimeValue runtimeValue) Deprecated.protectedBuildTimeAction(String methodName, BiFunction<Object, Map<String, String>, T> assistantAction) Deprecated.protectedDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.BiFunction<Object, Map<String, String>, ?> Deprecated.Deprecated.io.quarkus.runtime.RuntimeValueDeprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.
-
Constructor Details
-
Method Details
-
getMethodName
Deprecated. -
getAction
Deprecated. -
hasAction
public boolean hasAction()Deprecated. -
getAssistantAction
Deprecated. -
hasAssistantAction
public boolean hasAssistantAction()Deprecated. -
getRuntimeValue
public io.quarkus.runtime.RuntimeValue getRuntimeValue()Deprecated. -
hasRuntimeValue
public boolean hasRuntimeValue()Deprecated.
-