Class ConfigureMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
ai.timefold.solver.tools.maven.AbstractPlatformModelMojo
ai.timefold.solver.tools.maven.ConfigureMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
@Mojo(name="configure",
defaultPhase=INITIALIZE)
public class ConfigureMojo
extends AbstractPlatformModelMojo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringAccount id that model is associated withprotected static final Stringprotected static final Stringprotected static final StringFields inherited from class AbstractPlatformModelMojo
buildDirectory, handleSubscription, key, 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
Modifier and TypeMethodDescriptionvoidexecute()protected voidsetAccessTokenProvider(AccessTokenProvider provider) protected booleanMethods inherited from class AbstractPlatformModelMojo
configureHttpRequest, getPropertyOrParameter, getTenants, readModelDescriptor, validateMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
PROP_ACCOUNT_ID
- See Also:
-
PROP_MODEL_NATIVE_SUPPORTED
- See Also:
-
PROP_MODEL_CONFIG_SKIP
- See Also:
-
accountId
Account id that model is associated with
-
-
Constructor Details
-
ConfigureMojo
public ConfigureMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
shouldExecute
protected boolean shouldExecute() -
setAccessTokenProvider
-