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 TypeFieldDescriptionInvokerSession.buildJobs
InvokerSession.errorJobs
InvokerSession.failedJobs
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.getSetupBuildJobsFromFolders()
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, String type) Scans the projects directory for projects to build.Methods in org.apache.maven.plugins.invoker with parameters of type BuildJobModifier and TypeMethodDescriptionvoid
Adds the specified build job to this session.private org.apache.maven.shared.utils.logging.MessageBuilder
private void
InvokerReport.renderBuildJob
(BuildJob buildJob, Locale locale) 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, AbstractInvokerMojo.ExecutionResult executionResult) Writes the XML report for the specified build job unless report generation has been disabled.private void
AbstractInvokerMojo.writeJunitReport
(BuildJob buildJob, String safeFileName, AbstractInvokerMojo.ExecutionResult executionResult) Method parameters in org.apache.maven.plugins.invoker with type arguments of type BuildJobModifier and TypeMethodDescriptionprivate void
InvokerReport.constructSummarySection
(List<? extends BuildJob> buildJobs, Locale locale) AbstractInvokerMojo.getNonSetupJobs
(List<BuildJob> buildJobs) 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 BuildJobModifierConstructorDescription(package private)
InvokerSession
(List<BuildJob> buildJobs) Creates a session that initially contains the specified build jobs. -
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.private BuildJob
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.