A B C D E F G H I M N O R S T V W 
All Classes All Packages

A

AbstractInvokerMojo - Class in org.apache.maven.plugins.invoker
Provides common code for mojos invoking sub builds.
AbstractInvokerMojo() - Constructor for class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
addProvides(String, String) - Method in class org.apache.maven.plugins.invoker.InvokerToolchain
 

B

BuildJob - Class in org.apache.maven.plugins.invoker.model
Describes a build job processed by the Maven Invoker Plugin.
BuildJob() - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob
Creates a new empty build job.
BuildJob(String) - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob
Creates a new build job with the specified project path.
BuildJob.Result - Class in org.apache.maven.plugins.invoker.model
The various results with which a build job can complete.
BuildJob.Type - Class in org.apache.maven.plugins.invoker.model
The various types of a build job.
BuildJobXpp3Reader - Class in org.apache.maven.plugins.invoker.model.io.xpp3
Class BuildJobXpp3Reader.
BuildJobXpp3Reader() - Constructor for class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
BuildJobXpp3Reader(BuildJobXpp3Reader.ContentTransformer) - Constructor for class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
BuildJobXpp3Reader.ContentTransformer - Interface in org.apache.maven.plugins.invoker.model.io.xpp3
 
BuildJobXpp3Writer - Class in org.apache.maven.plugins.invoker.model.io.xpp3
Class BuildJobXpp3Writer.
BuildJobXpp3Writer() - Constructor for class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
 

C

canGenerateReport() - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
contentTransformer - Variable in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Field contentTransformer.

D

doFailIfNoProjects() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
 
doFailIfNoProjects() - Method in class org.apache.maven.plugins.invoker.InvokerMojo
 

E

ERROR - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an unexpected error trying to invoke Maven.
execute() - Method in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Invokes Maven on the configured test projects.
execute() - Method in class org.apache.maven.plugins.invoker.InstallMojo
Performs this mojo's tasks.
execute() - Method in class org.apache.maven.plugins.invoker.VerifyMojo
Invokes Maven on the configured test projects.
execute() - Method in class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
executeReport(Locale) - Method in class org.apache.maven.plugins.invoker.InvokerReport
 

F

FAILURE_BUILD - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that failed while invoking of Maven.
FAILURE_POST_HOOK - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that failed after the invocation of Maven.
FAILURE_PRE_HOOK - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that failed before Maven was be invoked.

G

getAddDefaultEntities() - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Returns the state of the "add default entities" flag.
getBuildlog() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the build log filename.
getDescription() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the description of this build job.
getDescription(Locale) - Method in class org.apache.maven.plugins.invoker.InvokerReport
getFailureMessage() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get any failure message(s) in case this build job failed.
getModelEncoding() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the modelEncoding field.
getName() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the name of this build job.
getName(Locale) - Method in class org.apache.maven.plugins.invoker.InvokerReport
getOrdinal() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get buildJobs will be sorted in the descending order of the ordinal.
getOutputName() - Method in class org.apache.maven.plugins.invoker.InvokerReport
 
getProject() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the path to the project to build.
getProvides() - Method in class org.apache.maven.plugins.invoker.InvokerToolchain
 
getResult() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the result of this build job.
getTime() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the number of seconds that this build job took to complete.
getTitle() - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
getType() - Method in class org.apache.maven.plugins.invoker.InvokerToolchain
 
getType() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Get the type of the build job.
getType() - Method in exception org.apache.maven.plugins.invoker.RunFailureException
 

H

HelpMojo - Class in org.apache.maven.plugins.maven_invoker_plugin
Display help information on maven-invoker-plugin.
Call mvn invoker:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.apache.maven.plugins.maven_invoker_plugin.HelpMojo
 

I

i18n - Variable in class org.apache.maven.plugins.invoker.InvokerReport
Internationalization component
InstallMojo - Class in org.apache.maven.plugins.invoker
Installs the project artifacts of the main build into the local repository as a preparation to run the sub projects.
InstallMojo() - Constructor for class org.apache.maven.plugins.invoker.InstallMojo
 
IntegrationTestMojo - Class in org.apache.maven.plugins.invoker
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, will never fail the build, designed to be used in conjunction with the verify mojo.
IntegrationTestMojo() - Constructor for class org.apache.maven.plugins.invoker.IntegrationTestMojo
 
InvokerMojo - Class in org.apache.maven.plugins.invoker
Searches for integration test Maven projects, and executes each, collecting a log in the project directory, and outputting the results to the command line.
InvokerMojo() - Constructor for class org.apache.maven.plugins.invoker.InvokerMojo
 
InvokerReport - Class in org.apache.maven.plugins.invoker
Generate a report based on the results of the Maven invocations.
InvokerReport() - Constructor for class org.apache.maven.plugins.invoker.InvokerReport
 
InvokerReportRenderer - Class in org.apache.maven.plugins.invoker
 
InvokerReportRenderer(Sink, I18N, Locale, Log, List<BuildJob>) - Constructor for class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
InvokerToolchain - Class in org.apache.maven.plugins.invoker
 
InvokerToolchain(String) - Constructor for class org.apache.maven.plugins.invoker.InvokerToolchain
 
isNotError() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
 

M

main(String[]) - Static method in class org.apache.maven.plugins.invoker.SystemPropertyPrinter
 

N

NORMAL - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Type
A normal build job.

O

org.apache.maven.plugins.invoker - package org.apache.maven.plugins.invoker
 
org.apache.maven.plugins.invoker.model - package org.apache.maven.plugins.invoker.model
 
org.apache.maven.plugins.invoker.model.io.xpp3 - package org.apache.maven.plugins.invoker.model.io.xpp3
 
org.apache.maven.plugins.maven_invoker_plugin - package org.apache.maven.plugins.maven_invoker_plugin
 

R

read(InputStream) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
read(InputStream, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
read(Reader) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
read(Reader, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
 
read(XmlPullParser, boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Method read.
renderBody() - Method in class org.apache.maven.plugins.invoker.InvokerReportRenderer
 
Result() - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob.Result
 
RunFailureException - Exception in org.apache.maven.plugins.invoker
Provide an error during test invocation.
RunFailureException(String, String) - Constructor for exception org.apache.maven.plugins.invoker.RunFailureException
 
RunFailureException(String, String, Throwable) - Constructor for exception org.apache.maven.plugins.invoker.RunFailureException
 
RunFailureException(String, Throwable) - Constructor for exception org.apache.maven.plugins.invoker.RunFailureException
 

S

setAddDefaultEntities(boolean) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader
Sets the state of the "add default entities" flag.
setBuildlog(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the build log filename.
setDescription(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the description of this build job.
setFailureMessage(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set any failure message(s) in case this build job failed.
setFileComment(String) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method setFileComment.
setModelEncoding(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the modelEncoding field.
setName(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the name of this build job.
setOrdinal(int) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set buildJobs will be sorted in the descending order of the ordinal.
setProject(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the path to the project to build.
setResult(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the result of this build job.
setTime(float) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the number of seconds that this build job took to complete.
setType(String) - Method in class org.apache.maven.plugins.invoker.model.BuildJob
Set the type of the build job.
SETUP - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Type
A build job that should be invoked before any non-setup build jobs.
SKIPPED - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with an invocation that was skipped.
SUCCESS - Static variable in class org.apache.maven.plugins.invoker.model.BuildJob.Result
The result value corresponding with a successful invocation of Maven and completion of all post-hook scripts.
suppressSummaries - Variable in class org.apache.maven.plugins.invoker.AbstractInvokerMojo
Flag used to suppress the summary output notifying of successes and failures.
SystemPropertyPrinter - Class in org.apache.maven.plugins.invoker
Print specified system properties to the output stream.
SystemPropertyPrinter() - Constructor for class org.apache.maven.plugins.invoker.SystemPropertyPrinter
 

T

toString() - Method in class org.apache.maven.plugins.invoker.model.BuildJob
 
transform(String, String) - Method in interface org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Reader.ContentTransformer
Interpolate the value read from the xpp3 document
Type() - Constructor for class org.apache.maven.plugins.invoker.model.BuildJob.Type
 

V

VerifyMojo - Class in org.apache.maven.plugins.invoker
Checks the results of maven-invoker-plugin based integration tests and fails the build if any tests failed.
VerifyMojo() - Constructor for class org.apache.maven.plugins.invoker.VerifyMojo
 

W

write(OutputStream, BuildJob) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method write.
write(Writer, BuildJob) - Method in class org.apache.maven.plugins.invoker.model.io.xpp3.BuildJobXpp3Writer
Method write.
A B C D E F G H I M N O R S T V W 
All Classes All Packages