Uses of Enum
io.helidon.build.devloop.BuildType
Packages that use BuildType
-
Uses of BuildType in io.helidon.build.devloop
Methods in io.helidon.build.devloop that return BuildTypeModifier and TypeMethodDescriptionProject.buildType()Returns the build type.static BuildTypeBuildType.completeType(boolean forked, boolean clean) Returns a complete type based on the given flags.static BuildTypeReturns the enum constant of this type with the specified name.static BuildType[]BuildType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.build.devloop with parameters of type BuildTypeModifier and TypeMethodDescriptionSets the build type.longBuildMonitor.onBuildFail(int cycleNumber, BuildType type, Throwable error) Called when a build has failed.voidBuildMonitor.onBuildStart(int cycleNumber, BuildType type) Called when a build is about to start.voidBuildMonitor.onBuildSuccess(int cycleNumber, BuildType type) Called when a build has succeeded.