Uses of Class
org.apache.maven.plugins.invoker.model.BuildJob
Packages that use BuildJob
-
Uses of BuildJob in org.apache.maven.plugins.invoker
Fields in org.apache.maven.plugins.invoker with type parameters of type BuildJobModifier and TypeFieldDescriptionInvokerReportRenderer.buildJobs
InvokerSession.buildJobs
InvokerSession.errorJobs
InvokerSession.failedJobs
JobExecutor.jobs
InvokerSession.skippedJobs
InvokerSession.successfulJobs
Methods in org.apache.maven.plugins.invoker that return types with arguments of type BuildJobModifier and TypeMethodDescriptionAbstractInvokerMojo.getBuildJobs()
Gets the build jobs that should be processed.InvokerSession.getErrorJobs()
Gets the build jobs which had errors for this session.InvokerSession.getFailedJobs()
Gets the failed build jobs in this session.InvokerSession.getJobs()
Gets the build jobs in this session.AbstractInvokerMojo.getNonSetupJobs
(List<BuildJob> buildJobs) AbstractInvokerMojo.getSetupJobs
(List<BuildJob> buildJobs) InvokerSession.getSkippedJobs()
Gets the skipped build jobs in this session.InvokerSession.getSuccessfulJobs()
Gets the successful build jobs in this session.AbstractInvokerMojo.scanProjectsDirectory
(List<String> includes, List<String> excludes) Scans the projects directory for projects to build.Methods in org.apache.maven.plugins.invoker with parameters of type BuildJobModifier and TypeMethodDescriptionvoid
void
Adds the specified build job to this session.private String
InvokerReportRenderer.getBuildJobReportName
(BuildJob buildJob) private org.apache.maven.shared.utils.logging.MessageBuilder
private void
InvokerReportRenderer.renderBuildJob
(BuildJob buildJob) private void
AbstractInvokerMojo.runBuild
(File projectsDir, BuildJob buildJob, File settingsFile, File actualJavaHome, CharSequence actualJreVersion, Properties globalInvokerProperties) Runs the specified project.private void
AbstractInvokerMojo.writeBuildReport
(BuildJob buildJob) Writes the XML report for the specified build job unless report generation has been disabled.private void
AbstractInvokerMojo.writeJunitReport
(BuildJob buildJob, String safeFileName) Method parameters in org.apache.maven.plugins.invoker with type arguments of type BuildJobModifier and TypeMethodDescriptionprivate void
AbstractInvokerMojo.addMissingDotMvnDirectory
(File projectsDir, List<BuildJob> buildJobs) We need add missing.mnvn
directories for executing projectsAbstractInvokerMojo.getNonSetupJobs
(List<BuildJob> buildJobs) AbstractInvokerMojo.getSetupJobs
(List<BuildJob> buildJobs) private void
InvokerSession.logBuildJobList
(org.apache.maven.plugin.logging.Log logger, boolean warn, String header, List<BuildJob> buildJobs) Log list of jobs.private void
AbstractInvokerMojo.relativizeProjectPaths
(List<BuildJob> buildJobs) Relativizes the project paths of the specified build jobs against the directory specified byAbstractInvokerMojo.projectsDirectory
(if possible).private void
AbstractInvokerMojo.runBuilds
(File projectsDir, List<BuildJob> buildJobs, int runWithParallelThreads) Runs the specified build jobs.void
Sets the build jobs of this session.private void
AbstractInvokerMojo.writeSummaryFile
(List<BuildJob> buildJobs) Constructor parameters in org.apache.maven.plugins.invoker with type arguments of type BuildJobModifierConstructorDescriptionInvokerReportRenderer
(org.apache.maven.doxia.sink.Sink sink, org.codehaus.plexus.i18n.I18N i18n, Locale locale, org.apache.maven.plugin.logging.Log log, List<BuildJob> buildJobs) (package private)
InvokerSession
(List<BuildJob> buildJobs) Creates a session that initially contains the specified build jobs.(package private)
JobExecutor
(List<BuildJob> jobs, int threadsCount) -
Uses of BuildJob in org.apache.maven.plugins.invoker.model.io.xpp3
Methods in org.apache.maven.plugins.invoker.model.io.xpp3 that return BuildJobModifier and TypeMethodDescriptionprivate BuildJob
BuildJobXpp3Reader.parseBuildJob
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseBuildJob.BuildJobXpp3Reader.read
(InputStream in) Method read.BuildJobXpp3Reader.read
(InputStream in, boolean strict) Method read.BuildJobXpp3Reader.read
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.plugins.invoker.model.io.xpp3 with parameters of type BuildJobModifier and TypeMethodDescriptionvoid
BuildJobXpp3Writer.write
(OutputStream stream, BuildJob buildJob) Method write.void
Method write.private void
BuildJobXpp3Writer.writeBuildJob
(BuildJob buildJob, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuildJob.