Uses of Class
io.helidon.build.dev.BuildType
-
Packages that use BuildType Package Description io.helidon.build.dev Helidon build mode. -
-
Uses of BuildType in io.helidon.build.dev
Methods in io.helidon.build.dev that return BuildType Modifier and Type Method Description BuildTypeProject. buildType()Returns the build type.static BuildTypeBuildType. completeType(boolean forked, boolean clean)Returns a complete type based on the given flags.static BuildTypeBuildType. valueOf(String name)Returns 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.dev with parameters of type BuildType Modifier and Type Method Description Project.BuilderProject.Builder. buildType(BuildType buildType)Sets 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.
-