Skip navigation links
A C G M N O P V 

A

AbstractPluginGoal - Class in net.kemitix.quality.api
Plugin and Goal with constructor to create the Plugin.
AbstractPluginGoal() - Constructor for class net.kemitix.quality.api.AbstractPluginGoal
Constructor to assign configuration to plugin.
addChildContainer(Xpp3Dom, String) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Add container element to the parent config.
addChildElement(Xpp3Dom, String, String) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Add name and string value element to the parent config.
addDependency(String, String, String) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Add a dependency for the plugin.
addRootContainer(String) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Add container element to the root config.
addRootElement(String, boolean) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Add name and boolean value element to the root config.
addRootElement(String, String) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Add name and string value element to the root config.

C

configuration(PluginGoalConfiguration) - Method in interface net.kemitix.quality.api.PluginGoal
Configure the Plugin Goal.
configValue(String) - Method in interface net.kemitix.quality.api.PluginGoal
Extract the value of a configuration element by name.

G

getConfiguration() - Method in interface net.kemitix.quality.api.PluginGoal
Gets the Configuration of the plugin.
getGoals() - Method in interface net.kemitix.quality.api.PluginGoal
Get the Goals for the Plugin.
getLog() - Method in interface net.kemitix.quality.api.PluginGoalConfiguration
Get the Maven Plugin Logger.
getName() - Method in interface net.kemitix.quality.api.PluginGoal
Returns the name of the plugin-goal.
getPlugin() - Method in interface net.kemitix.quality.api.PluginGoal
Get the Plugin.
getWeight() - Method in interface net.kemitix.quality.api.PluginGoal
Defines the weight of the plugin goal.
groupArtifactVersion(String, String, String) - Method in class net.kemitix.quality.api.AbstractPluginGoal
Set the Maven Co-ordinates for the plugin.
groupArtifactVersion(String, String, String) - Method in interface net.kemitix.quality.api.PluginGoal
Set the maven coordinates for the plugin.

M

matches(PluginGoal.LifecyclePhase) - Method in interface net.kemitix.quality.api.PluginGoal
Defines the maven lifecycle phase to run the plugin in.

N

net.kemitix.quality.api - package net.kemitix.quality.api
The MIT License (MIT) Copyright (c) 2017 Paul Campbell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

O

onComplete(String) - Method in interface net.kemitix.quality.api.PluginGoal
Hook called just after the plugin is executed, whether there is any error or not.
onError(String, MojoExecutionException) - Method in interface net.kemitix.quality.api.PluginGoal
Hook called if there is an error when the plugin is executed.
onExecute(String) - Method in interface net.kemitix.quality.api.PluginGoal
Hook called just before the plugin is executed.
onSuccess(String) - Method in interface net.kemitix.quality.api.PluginGoal
Hook called just after the plugin is executed without throwing any exceptions.

P

PluginGoal - Interface in net.kemitix.quality.api
A Plugin and a Goal of that plugin.
PluginGoal.LifecyclePhase - Enum in net.kemitix.quality.api
Maven Lifecycles to run PluginGoals in.
PluginGoalConfiguration - Interface in net.kemitix.quality.api
Base interface for configurations for PluginGoal implementations.

V

valueOf(String) - Static method in enum net.kemitix.quality.api.PluginGoal.LifecyclePhase
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.kemitix.quality.api.PluginGoal.LifecyclePhase
Returns an array containing the constants of this enum type, in the order they are declared.
A C G M N O P V 
Skip navigation links

Copyright © 2015–2017. All rights reserved.