Class UndeployModelMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ai.timefold.solver.tools.maven.AbstractPlatformModelMojo
ai.timefold.solver.tools.maven.UndeployModelMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="undeploy",
defaultPhase=POST_INTEGRATION_TEST)
public class UndeployModelMojo
extends AbstractPlatformModelMojo
Goal that undeploy (unregisters model descriptor) model from platform
-
Field Summary
FieldsFields inherited from class AbstractPlatformModelMojo
buildDirectory, handleSubscription, httpClient, key, mapper, platformUrl, PROP_DRY_RUN, PROP_MODEL_KEY, PROP_MODEL_SUBS, PROP_MODEL_TENANTS, PROP_PLATFORM_URL, sessionFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPlatformModelMojo
configureHttpRequest, getPropertyOrParameter, getTenants, readModelDescriptor, validateMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
PROP_MODEL_SKIP_UNDEPLOY
- See Also:
-
-
Constructor Details
-
UndeployModelMojo
public UndeployModelMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException- Throws:
org.apache.maven.plugin.MojoExecutionException
-