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.buildJobsInvokerSession.buildJobsInvokerSession.errorJobsInvokerSession.failedJobsJobExecutor.jobsInvokerSession.skippedJobsInvokerSession.successfulJobsMethods 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 TypeMethodDescriptionvoidvoidAdds the specified build job to this session.private StringInvokerReportRenderer.getBuildJobReportName(BuildJob buildJob) private org.apache.maven.shared.utils.logging.MessageBuilderprivate voidInvokerReportRenderer.renderBuildJob(BuildJob buildJob) private voidAbstractInvokerMojo.runBuild(File projectsDir, BuildJob buildJob, File settingsFile, File actualJavaHome, CharSequence actualJreVersion, Properties globalInvokerProperties) Runs the specified project.private voidAbstractInvokerMojo.writeBuildReport(BuildJob buildJob) Writes the XML report for the specified build job unless report generation has been disabled.private voidAbstractInvokerMojo.writeJunitReport(BuildJob buildJob, String safeFileName) Method parameters in org.apache.maven.plugins.invoker with type arguments of type BuildJobModifier and TypeMethodDescriptionprivate voidAbstractInvokerMojo.addMissingDotMvnDirectory(File projectsDir, List<BuildJob> buildJobs) We need add missing.mnvndirectories for executing projectsAbstractInvokerMojo.getNonSetupJobs(List<BuildJob> buildJobs) AbstractInvokerMojo.getSetupJobs(List<BuildJob> buildJobs) private voidInvokerSession.logBuildJobList(org.apache.maven.plugin.logging.Log logger, boolean warn, String header, List<BuildJob> buildJobs) Log list of jobs.private voidAbstractInvokerMojo.relativizeProjectPaths(List<BuildJob> buildJobs) Relativizes the project paths of the specified build jobs against the directory specified byAbstractInvokerMojo.projectsDirectory(if possible).private voidAbstractInvokerMojo.runBuilds(File projectsDir, List<BuildJob> buildJobs, int runWithParallelThreads) Runs the specified build jobs.voidSets the build jobs of this session.private voidAbstractInvokerMojo.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 BuildJobBuildJobXpp3Reader.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 TypeMethodDescriptionvoidBuildJobXpp3Writer.write(OutputStream stream, BuildJob buildJob) Method write.voidMethod write.private voidBuildJobXpp3Writer.writeBuildJob(BuildJob buildJob, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBuildJob.