A B C D E F G H I L M N O P R S T U V W _

A

AbstractMavenBuild<P extends AbstractMavenProject<P,B>,B extends AbstractMavenBuild<P,B>> - Class in hudson.maven
 
AbstractMavenBuild(P) - Constructor for class hudson.maven.AbstractMavenBuild
 
AbstractMavenBuild(P, Calendar) - Constructor for class hudson.maven.AbstractMavenBuild
 
AbstractMavenBuild(P, File) - Constructor for class hudson.maven.AbstractMavenBuild
 
AbstractMavenBuilder - Class in hudson.maven
 
AbstractMavenBuilder(BuildListener, List<String>, Map<String, String>) - Constructor for class hudson.maven.AbstractMavenBuilder
 
AbstractMavenProcessFactory - Class in hudson.maven
 
AbstractMavenProcessFactory.GetRemotingJar - Class in hudson.maven
 
AbstractMavenProcessFactory.GetRemotingJar() - Constructor for class hudson.maven.AbstractMavenProcessFactory.GetRemotingJar
 
AbstractMavenProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>> - Class in hudson.maven
Common part between MavenModule and MavenModuleSet.
AbstractMavenProject(ItemGroup, String) - Constructor for class hudson.maven.AbstractMavenProject
 
AbstractMavenProject.MavenModuleDependency - Class in hudson.maven
 
AbstractMavenProject.MavenModuleDependency(AbstractMavenProject<?, ?>, AbstractProject<?, ?>) - Constructor for class hudson.maven.AbstractMavenProject.MavenModuleDependency
 
add(ReportAction.Entry) - Method in class hudson.maven.reporters.ReportAction
 
addTransientActionsFromBuild(R, List<Action>, Set<Class>) - Method in class hudson.maven.AbstractMavenProject
 
addTransientActionsFromBuild(MavenBuild, List<Action>, Set<Class>) - Method in class hudson.maven.MavenModule
 
addTransientActionsFromBuild(MavenModuleSetBuild, List<Action>, Set<Class>) - Method in class hudson.maven.MavenModuleSet
 
AggregatableAction - Interface in hudson.maven
Indicates that this Action for MavenBuild contributes an "aggregated" action to its governing MavenModuleSetBuild.
aggregate(MavenModuleSetBuild) - Static method in class hudson.maven.reporters.MavenFingerprinter
Creates Fingerprinter.FingerprintAction for MavenModuleSetBuild by aggregating all fingerprints from module builds.
all() - Static method in class hudson.maven.MavenReporterDescriptor
Lists all the currently registered instances of MavenReporterDescriptor.
appendLastLog() - Method in class hudson.maven.MavenBuild.ProxyImpl2
Sends the accumuldated log in SplittableBuildListener to the log of this build.
appendLastLog() - Method in interface hudson.maven.MavenBuildProxy2
Maven produces additional error message after the module build is done.
appendLastLog() - Method in class hudson.maven.MavenBuildProxy2.Filter
 
archive(MavenBuildProxy, File, BuildListener) - Method in class hudson.maven.reporters.MavenArtifact
Called from within Maven to archive an artifact in Hudson.
artifactId - Variable in class hudson.maven.ExecutedMojo
Plugin artifact ID.
artifactId - Variable in class hudson.maven.ModuleDependency
 
artifactId - Variable in class hudson.maven.ModuleName
 
artifactId - Variable in class hudson.maven.PluginName
 
artifactId - Variable in class hudson.maven.reporters.MavenArtifact
Basic parameters of a Maven artifact.
asDependency() - Method in class hudson.maven.MavenModule
Gets groupId+artifactId+version as ModuleDependency.
asProject() - Method in class hudson.maven.MavenModuleSet
 
assignBuildNumber() - Method in class hudson.maven.MavenModuleSet
To make it easy to grasp relationship among modules and the module set, we'll align the build numbers of all the modules.
attachedArtifacts - Variable in class hudson.maven.reporters.MavenArtifactRecord
Attached artifacts.

B

buildDependencyGraph(DependencyGraph) - Method in class hudson.maven.MavenModule
 
buildDependencyGraph(DependencyGraph) - Method in class hudson.maven.MavenModuleSet
 
BuildInfoRecorder - Class in hudson.maven.reporters
 
BuildInfoRecorder() - Constructor for class hudson.maven.reporters.BuildInfoRecorder
 
BuildInfoRecorder.DescriptorImpl - Class in hudson.maven.reporters
 
BuildInfoRecorder.DescriptorImpl() - Constructor for class hudson.maven.reporters.BuildInfoRecorder.DescriptorImpl
 
BuildInfoRecorder_DisplayName() - Static method in class hudson.maven.reporters.Messages
Record build information
buildMavenAgentCmdLine(BuildListener, int) - Method in class hudson.maven.AbstractMavenProcessFactory
Builds the command line argument list to launch the maven process.
buildMavenAgentCmdLine(BuildListener, int) - Method in class hudson.maven.Maven3ProcessFactory
Builds the command line argument list to launch the maven process.

C

call() - Method in class hudson.maven.AbstractMavenProcessFactory.GetRemotingJar
 
call() - Method in class hudson.maven.Maven3Builder
 
call() - Method in class hudson.maven.MavenBuilder
This code is executed inside the maven jail process.
call(MavenBuild) - Method in interface hudson.maven.MavenBuildProxy.BuildCallable
Performs computation and returns the result, or throws some exception.
call() - Method in class hudson.maven.MavenBuildProxy.Filter.AsyncInvoker
 
call() - Method in class hudson.maven.MavenVersionCallable
 
canonicalName - Variable in class hudson.maven.reporters.MavenArtifact
The canonical artifact file name, used by Maven in the repository.
channel - Variable in class hudson.maven.ProcessCache.NewProcess
 
classifier - Variable in class hudson.maven.reporters.MavenArtifact
Basic parameters of a Maven artifact.
close() - Method in class hudson.maven.MavenBuild.ProxyImpl2
Performs final clean up.
compareTo(ModuleName) - Method in class hudson.maven.ModuleName
 
configuration - Variable in class hudson.maven.MojoInfo
Configuration of the mojo for the current execution.
configure(StaplerRequest, JSONObject) - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
core - Variable in class hudson.maven.FilteredChangeLogSet
 
core - Variable in class hudson.maven.MavenBuildProxy.Filter
 
create(Artifact) - Static method in class hudson.maven.reporters.MavenArtifact
Convenience method to check if the given Artifact object contains enough information suitable for recording, and if so, create MavenArtifact.
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in interface hudson.maven.AggregatableAction
Creates Action to be contributed to MavenModuleSetBuild.
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in class hudson.maven.reporters.MavenArtifactRecord
 
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in class hudson.maven.reporters.SurefireReport
 
createEmbedder(TaskListener, String) - Static method in class hudson.maven.MavenUtil
Deprecated. Use MavenUtil.createEmbedder(TaskListener, File, String, Properties) or other overloaded versions that infers maven home.
createEmbedder(TaskListener, AbstractProject<?, ?>, String) - Static method in class hudson.maven.MavenUtil
This version tries to infer mavenHome by looking at a project.
createEmbedder(TaskListener, AbstractBuild<?, ?>) - Static method in class hudson.maven.MavenUtil
This version tries to infer mavenHome and other options by looking at a build.
createEmbedder(TaskListener, File, String) - Static method in class hudson.maven.MavenUtil
 
createEmbedder(TaskListener, File, String, Properties) - Static method in class hudson.maven.MavenUtil
 
createEmbedder(TaskListener, File, String, Properties, String) - Static method in class hudson.maven.MavenUtil
 
createEmbedder(MavenEmbedderRequest) - Static method in class hudson.maven.MavenUtil
Creates a fresh MavenEmbedder instance.
createExecutedMojoCache() - Static method in class hudson.maven.MavenBuild
 
createIndenter() - Method in class hudson.maven.MavenModuleSet
 
createReporters() - Method in class hudson.maven.MavenModule
Creates a list of MavenReporters to be used for a build of this project.
createTransientActions() - Method in class hudson.maven.AbstractMavenProject
 
createTransientActions() - Method in class hudson.maven.MavenModuleSet
 

D

debug - Static variable in class hudson.maven.AbstractMavenBuild
Extra verbose debug switch.
debug(String, Throwable) - Method in class hudson.maven.EmbedderLoggerImpl
 
debug - Static variable in class hudson.maven.MavenBuild
Set true to produce debug output.
debug - Static variable in class hudson.maven.MavenModuleSetBuild
Extra verbose debug switch.
debug - Static variable in class hudson.maven.reporters.MavenAbstractArtifactRecord
Debug probe for HUDSON-1461.
debugMavenEmbedder - Static variable in class hudson.maven.MavenUtil
If set to true, maximize the logging level of Maven embedder.
delete() - Method in class hudson.maven.MavenModuleSetBuild
 
deploy(MavenEmbedder, ArtifactRepository, TaskListener) - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
Deploys the artifacts to the specified ArtifactRepository.
deploy(MavenEmbedder, ArtifactRepository, TaskListener) - Method in class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
deploy(MavenEmbedder, ArtifactRepository, TaskListener) - Method in class hudson.maven.reporters.MavenArtifactRecord
 
DESCRIPTOR - Static variable in class hudson.maven.MavenModuleSet
 
DESCRIPTOR - Static variable in class hudson.maven.MavenRedeployer
 
DESCRIPTOR - Static variable in class hudson.maven.reporters.ReportCollector.DescriptorImpl
 
digest - Variable in class hudson.maven.ExecutedMojo
MD5 hash of the plugin jar.
doCheckFileInWorkspace(String) - Method in class hudson.maven.MavenModuleSet
Check the location of the POM, alternate settings file, etc - any file.
doCheckFileRelative(String) - Method in class hudson.maven.MavenModuleSet
Check that the provided file is a relative path.
doCheckUrl(String) - Method in class hudson.maven.RedeployPublisher.DescriptorImpl
 
doDoDeleteAllDisabledModules(StaplerResponse) - Method in class hudson.maven.MavenModuleSet
Delete all disabled modules.
doDynamic() - Method in class hudson.maven.reporters.MavenSiteArchiver.SiteAction
Serves the site.
doIndex(StaplerResponse) - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
dontNotifyEveryUnstableBuild - Variable in class hudson.maven.reporters.MavenMailer
 
doRedeploy(String, String, boolean) - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
Performs a redeployment.
doScript(StaplerRequest, StaplerResponse) - Method in class hudson.maven.MavenProbeAction
 
doSetName(String) - Method in class hudson.maven.MavenModule
 
duration - Variable in class hudson.maven.ExecutedMojo
How long did it take to execute this goal? in milli-seconds.

E

EmbedderLoggerImpl - Class in hudson.maven
MavenEmbedderLogger implementation that sends output to TaskListener.
EmbedderLoggerImpl(TaskListener, int) - Constructor for class hudson.maven.EmbedderLoggerImpl
 
end() - Method in class hudson.maven.MavenBuild.ProxyImpl2
 
end() - Method in interface hudson.maven.MavenBuildProxy2
Notifies that the build has left a module.
end() - Method in class hudson.maven.MavenBuildProxy2.Filter
 
end(MavenBuild, Launcher, BuildListener) - Method in class hudson.maven.MavenReporter
Called after the maven execution finished and the result is determined.
end(MavenBuild, Launcher, BuildListener) - Method in class hudson.maven.reporters.MavenMailer
 
enterModule(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.MavenReporter
Called when the build enters a next MavenProject.
equals(Object) - Method in class hudson.maven.ModuleDependency
 
equals(Object) - Method in class hudson.maven.ModuleName
 
equals(Object) - Method in class hudson.maven.PluginName
 
error(String, Throwable) - Method in class hudson.maven.EmbedderLoggerImpl
 
evenIfUnstable - Variable in class hudson.maven.RedeployPublisher
 
execute(MavenBuildProxy.BuildCallable<V, T>) - Method in interface hudson.maven.MavenBuildProxy
Executes the given MavenBuildProxy.BuildCallable on the master, where one has access to MavenBuild and all the other Hudson objects.
execute(MavenBuildProxy.BuildCallable<V, T>) - Method in class hudson.maven.MavenBuildProxy.Filter
 
executeAsync(MavenBuildProxy.BuildCallable<?, ?>) - Method in interface hudson.maven.MavenBuildProxy
Executes the given MavenBuildProxy.BuildCallable asynchronously on the master.
executeAsync(MavenBuildProxy.BuildCallable<?, ?>) - Method in class hudson.maven.MavenBuildProxy.Filter
 
ExecutedMojo - Class in hudson.maven
Persisted record of mojo execution.
ExecutedMojo(MojoInfo, long) - Constructor for class hudson.maven.ExecutedMojo
 
ExecutedMojo.Cache - Class in hudson.maven
Used during the HTML rendering to cache the index.
ExecutedMojo.Cache() - Constructor for class hudson.maven.ExecutedMojo.Cache
 
ExecutionEventLogger - Class in hudson.maven.util
Logs execution events to a user-supplied logger.
ExecutionEventLogger(Logger) - Constructor for class hudson.maven.util.ExecutionEventLogger
 
executionId - Variable in class hudson.maven.ExecutedMojo
Optional execution ID, when the same mojo gets executed multiple times.
expressionEvaluator - Variable in class hudson.maven.MojoInfo
Object that Maven uses to resolve variables like "${project}" to its corresponding object.

F

fatalError(String, Throwable) - Method in class hudson.maven.EmbedderLoggerImpl
 
fileName - Variable in class hudson.maven.reporters.MavenArtifact
File name (without directory portion) of this artifact in the Hudson archive.
FilteredChangeLogSet - Class in hudson.maven
ChangeLogSet implementation used for MavenBuild.
find(Artifact) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
findModuleBuildActions(Class<T>) - Method in class hudson.maven.MavenModuleSetBuild
Finds Actions from all the module builds that belong to this MavenModuleSetBuild.
findVersions(Artifact) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
fixUp(List<MavenProjectActionBuilder>) - Static method in class hudson.maven.reporters.SurefireArchiver
Up to 1.372, there was a bug that causes Hudson to persist SurefireArchiver with the entire test result in it.
forkedProjectStarted(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
forkStarted(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
forkSucceeded(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
format(NumberFormat, long) - Method in class hudson.maven.AbstractMavenBuilder
 
formatArgs(List<String>) - Method in class hudson.maven.AbstractMavenBuilder
 
fromFileSystemName(String) - Static method in class hudson.maven.ModuleName
 
fromString(String) - Static method in class hudson.maven.ModuleName
 
futures - Variable in class hudson.maven.Maven3Builder
Record all asynchronous executions as they are scheduled, to make sure they are all completed before we finish.
futures - Variable in class hudson.maven.MavenBuilder
Record all asynchronous executions as they are scheduled, to make sure they are all completed before we finish.

G

get(ExecutedMojo) - Method in class hudson.maven.ExecutedMojo.Cache
 
get(VirtualChannel, BuildListener, ProcessCache.Factory) - Method in class hudson.maven.ProcessCache
Gets or creates a new maven process for launch.
getACL() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getAction(AbstractBuild<?, ?>) - Method in class hudson.maven.RedeployPublisher
Obtains the MavenAbstractArtifactRecord that we'll work on.
getActions(AbstractBuild<?, ?>, BuildListener) - Method in class hudson.maven.RedeployPublisher
 
getAggregatedProjectAction(MavenModuleSet) - Method in class hudson.maven.MavenReporter
Works like MavenReporter.getProjectAction(MavenModule) but works at MavenModuleSet level.
getAggregatedProjectAction(MavenModuleSet) - Method in class hudson.maven.reporters.MavenJavadocArchiver
 
getAggregatedProjectAction(MavenModuleSet) - Method in class hudson.maven.reporters.MavenSiteArchiver
 
getAllJobs() - Method in class hudson.maven.MavenModuleSet
 
getAlternateSettings() - Method in class hudson.maven.MavenEmbedderRequest
 
getAlternateSettings() - Method in class hudson.maven.MavenModuleSet
Gets the workspace-relative path to an alternative Maven settings.xml file.
getArtifactsDir() - Method in class hudson.maven.MavenBuildProxy.Filter
 
getArtifactsDir() - Method in interface hudson.maven.MavenBuildProxy
 
getAssignedLabel() - Method in class hudson.maven.MavenModule
MavenModule uses the workspace of the MavenModuleSet, so it always needs to be built on the same slave as the parent.
getAuthentication() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getBasedir() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getBuild() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
Gets the parent build object to which this record is registered.
getBuild() - Method in class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
getBuild() - Method in class hudson.maven.reporters.MavenArtifactRecord
 
getBuildClass() - Method in class hudson.maven.MavenModule
 
getBuildClass() - Method in class hudson.maven.MavenModuleSet
 
getBuildStatusUrl() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
getBuildWrappers() - Method in class hudson.maven.MavenModuleSet
Deprecated. as of 1.335 Use MavenModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject.
getBuildWrappersList() - Method in class hudson.maven.MavenModuleSet
 
getBuiltOn() - Method in class hudson.maven.MavenBuild
 
getChangeSet() - Method in class hudson.maven.MavenBuild
 
getChildName(AbstractTestResultAction) - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
getChildren() - Method in class hudson.maven.MavenModule
Gets all the child modules (that are listed in the <module> element in our POM.)
getChildReport(AggregatedTestResultAction.Child) - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
getClassLoader() - Method in class hudson.maven.AbstractMavenBuilder
 
getClassLoader() - Method in class hudson.maven.Maven3Builder
 
getClassLoader() - Method in class hudson.maven.MavenBuildProxy.Filter.AsyncInvoker
 
getClassLoader() - Method in class hudson.maven.MavenEmbedderRequest
 
getConfigPage() - Method in class hudson.maven.reporters.MavenMailer.DescriptorImpl
 
getConfigurableList() - Static method in class hudson.maven.MavenReporters
Gets the subset of MavenReporters.LIST that has configuration screen.
getConfigurationValue(String, Class<T>) - Method in class hudson.maven.MojoInfo
Obtains the configuration value of the mojo.
getCurrentNode() - Method in class hudson.maven.AbstractMavenProcessFactory
Returns the current Node on which we are buildling.
getDescriptor() - Method in class hudson.maven.MavenModuleSet
 
getDescriptor() - Method in class hudson.maven.MavenRedeployer
 
getDescriptor() - Method in class hudson.maven.MavenReporter
 
getDescriptor() - Method in class hudson.maven.reporters.ReportCollector
 
getDisabledModules(boolean) - Method in class hudson.maven.MavenModuleSet
Possibly empty list of all disabled modules (if disabled==true) or all enabeld modules (if disabled==false)
getDisplayName() - Method in class hudson.maven.MavenBuild
 
getDisplayName() - Method in class hudson.maven.MavenModule
 
getDisplayName() - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.MavenProbeAction
 
getDisplayName() - Method in class hudson.maven.MavenRedeployer.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.MavenTestDataPublisher.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.RedeployPublisher.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.BuildInfoRecorder.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getDisplayName() - Method in class hudson.maven.reporters.MavenArtifactArchiver.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.MavenFingerprinter.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.MavenJavadocArchiver.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.MavenMailer.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.MavenSiteArchiver.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.MavenSiteArchiver.SiteAction
 
getDisplayName() - Method in class hudson.maven.reporters.ReportAction
 
getDisplayName() - Method in class hudson.maven.reporters.ReportCollector.DescriptorImpl
 
getDisplayName() - Method in class hudson.maven.reporters.SurefireArchiver.DescriptorImpl
 
getDownstreamRelationship(AbstractProject) - Method in class hudson.maven.MavenModuleSetBuild
 
getDurationString() - Method in class hudson.maven.ExecutedMojo
Returns duration in a human readable text.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.maven.MavenModuleSet
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.maven.MavenModuleSetBuild
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getEnvironment(TaskListener) - Method in class hudson.maven.MavenBuild
Exposes MAVEN_OPTS to forked processes.
getEnvironment(TaskListener) - Method in class hudson.maven.MavenModuleSetBuild
Exposes MAVEN_OPTS to forked processes.
getEnvVars() - Method in class hudson.maven.AbstractMavenProcessFactory
 
getEnvVars() - Method in class hudson.maven.MavenProbeAction
Gets the environment variables of the JVM on this computer.
getEstimatedDuration() - Method in class hudson.maven.MavenModuleSetBuild
Returns the estimated duration for this builds.
getExecutedMojos() - Method in class hudson.maven.MavenBuild
 
getFile(MavenBuild) - Method in class hudson.maven.reporters.MavenArtifact
Obtains the File representing the archived artifact.
getGlobalMavenOpts() - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
getGoal() - Method in class hudson.maven.MojoInfo
Gets the goal name of the mojo to be executed, such as "javadoc".
getGoalLink(ExecutedMojo.Cache) - Method in class hudson.maven.ExecutedMojo
 
getGoals() - Method in class hudson.maven.MavenModule
Gets the list of goals to execute for this module.
getGoals() - Method in class hudson.maven.MavenModuleSet
Gets the list of goals to execute.
getHeapDump() - Method in class hudson.maven.MavenProbeAction
Obtains the heap dump.
getHelpFile() - Method in class hudson.maven.reporters.MavenMailer.DescriptorImpl
 
getHistoryWidget() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getIconColor() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
getIconFileName() - Method in class hudson.maven.MavenProbeAction
 
getIconFileName() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getIconFileName() - Method in class hudson.maven.reporters.MavenSiteArchiver.SiteAction
 
getIconFileName() - Method in class hudson.maven.reporters.ReportAction
 
getId() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getIndividualActionType() - Method in interface hudson.maven.MavenAggregatedReport
Returns the implementation class of AggregatableAction that produces this MavenAggregatedReport.
getIndividualActionType() - Method in class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
getIndividualActionType() - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
getItem(String) - Method in class hudson.maven.MavenModuleSet
 
getItems() - Method in class hudson.maven.MavenModuleSet
 
getJava(TaskListener) - Method in class hudson.maven.AbstractMavenProcessFactory
 
getJDK() - Method in class hudson.maven.MavenModule
 
getKey() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getLauncher() - Method in class hudson.maven.AbstractMavenProcessFactory
 
getLayout() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getListener() - Method in class hudson.maven.MavenEmbedderRequest
 
getLog() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
Returns the log of this deployment record.
getLogRotator() - Method in class hudson.maven.MavenModule
MavenModule follows the same log rotation schedule as its parent.
getLogs() - Method in class hudson.maven.FilteredChangeLogSet
 
getMaven() - Method in class hudson.maven.MavenModuleSet
Gets the Maven to invoke.
getMavenBuildInformation() - Method in interface hudson.maven.MavenBuildProxy
 
getMavenDescriptor() - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
getMavenHome() - Method in class hudson.maven.MavenEmbedderRequest
 
getMavenInstallation(TaskListener) - Method in class hudson.maven.AbstractMavenProcessFactory
 
getMavenModuleSet() - Method in class hudson.maven.AbstractMavenProcessFactory
 
getMavenOpts() - Method in class hudson.maven.AbstractMavenProcessFactory
 
getMavenOpts() - Method in class hudson.maven.MavenModuleSet
Possibly null, whitespace-separated (including TAB, NL, etc) VM options to be used to launch Maven process.
getMavenProperties() - Method in class hudson.maven.MavenModuleSet
Gets the system properties explicitly set in the Maven command line (the "-D" option.)
getMavenValidationLevel() - Method in class hudson.maven.MavenModuleSet
 
getMavenValidationLevels() - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
getMavenVersion() - Method in class hudson.maven.MavenBuildInformation
 
getMavenVersionUsed() - Method in class hudson.maven.MavenModuleSetBuild
Gets the version of Maven used for build.
getMilliSecsSinceBuildStart() - Method in class hudson.maven.MavenBuildProxy.Filter
 
getMilliSecsSinceBuildStart() - Method in interface hudson.maven.MavenBuildProxy
# of milliseconds elapsed since MavenBuildProxy.getTimestamp().
getModule(String) - Method in class hudson.maven.MavenModuleSet
 
getModuleBuilds() - Method in class hudson.maven.MavenModuleSetBuild
Computes the module builds that correspond to this build.
getModuleLastBuilds() - Method in class hudson.maven.MavenModuleSetBuild
Computes the latest module builds that correspond to this build.
getModuleName() - Method in class hudson.maven.MavenModule
 
getModules() - Method in class hudson.maven.MavenModuleSet
 
getModuleSetBuild() - Method in class hudson.maven.MavenBuild
Gets the "governing" MavenModuleSet that has set the workspace for this build.
getModuleSetRootDir() - Method in class hudson.maven.MavenBuildProxy.Filter
 
getModuleSetRootDir() - Method in interface hudson.maven.MavenBuildProxy
Root directory of the owner MavenModuleSet
getName() - Method in class hudson.maven.ModuleDependency
 
getNumber() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
getParent() - Method in class hudson.maven.MavenBuild
 
getParent() - Method in class hudson.maven.MavenModule
 
getParent() - Method in class hudson.maven.MavenModuleSetBuild
 
getParentBuild() - Method in class hudson.maven.MavenBuild
Gets the MavenModuleSetBuild that has the same build number.
getPermission() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getPluginLink(ExecutedMojo.Cache) - Method in class hudson.maven.ExecutedMojo
Returns a hyperlink for the plugin name if there's one.
getPrivateRepository() - Method in class hudson.maven.MavenEmbedderRequest
 
getProfiles() - Method in class hudson.maven.MavenEmbedderRequest
 
getProfiles() - Method in class hudson.maven.MavenModuleSet
If the list of configured goals contain the "-P" option, return the configured profiles.
getProjectAction(MavenModuleSet) - Method in interface hudson.maven.MavenAggregatedReport
Equivalent of BuildStep.getProjectAction(AbstractProject) for MavenAggregatedReport.
getProjectAction(MavenModule) - Method in class hudson.maven.MavenReporter
Deprecated. as of 1.341 Use MavenReporter.getProjectActions(MavenModule) instead.
getProjectAction(MavenModuleSet) - Method in class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
getProjectAction(MavenModuleSet) - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
getProjectActionBuilders() - Method in class hudson.maven.MavenBuild
 
getProjectActions(MavenModule) - Method in interface hudson.maven.MavenProjectActionBuilder
Equivalent of BuildStep.getProjectActions(AbstractProject).
getProjectActions(MavenModule) - Method in class hudson.maven.MavenReporter
Equivalent of BuildStep.getProjectActions(AbstractProject) for MavenReporter.
getProjectActions(MavenModule) - Method in class hudson.maven.reporters.MavenJavadocArchiver
 
getProjectActions(MavenModule) - Method in class hudson.maven.reporters.MavenSiteArchiver
 
getProjectRootDir() - Method in class hudson.maven.MavenBuildProxy.Filter
 
getProjectRootDir() - Method in interface hudson.maven.MavenBuildProxy
Root directory of the parent of this build.
getPronoun() - Method in class hudson.maven.MavenModule
 
getProtocol() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getProxy() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getPublishers() - Method in class hudson.maven.MavenModuleSet
List of active Publishers.
getPublishersList() - Method in class hudson.maven.MavenModule
 
getPublishersList() - Method in class hudson.maven.MavenModuleSet
 
getQueueItems() - Method in class hudson.maven.MavenModuleSet
Returns the MavenModules that are in the queue.
getReadableExecutionId() - Method in class hudson.maven.ExecutedMojo
 
getRelativePath() - Method in class hudson.maven.MavenModule
Relative path to this module's root directory from the workspace of a MavenModuleSet.
getReleases() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getReporters() - Method in class hudson.maven.MavenModule
List of active MavenReporters configured for this module.
getReporters() - Method in class hudson.maven.MavenModuleSet
List of active MavenReporters that should be applied to all module builds.
getRequiredMonitorService() - Method in class hudson.maven.MavenRedeployer
 
getRequiredMonitorService() - Method in class hudson.maven.MavenTestDataPublisher
 
getRequiredMonitorService() - Method in class hudson.maven.RedeployPublisher
 
getResourceActivities() - Method in class hudson.maven.MavenModuleSet
 
getResult() - Method in class hudson.maven.MavenModuleSetBuild
Displays the combined status of all modules.
getResult() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
Result of the deployment.
getRootDir() - Method in class hudson.maven.MavenBuildProxy.Filter
 
getRootDir() - Method in interface hudson.maven.MavenBuildProxy
Root directory of the build.
getRootDirFor(MavenModule) - Method in class hudson.maven.MavenModuleSet
 
getRootModule() - Method in class hudson.maven.MavenModuleSet
 
getRootPOM() - Method in class hudson.maven.MavenModuleSet
Gets the location of top-level pom.xml relative to the workspace root.
getShortUrl() - Method in class hudson.maven.MavenModule
 
getSnapshots() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getSubsidiaries() - Method in class hudson.maven.MavenModule
Computes the list of MavenModules that are 'under' this POM filesystem-wise.
getSystemProperties() - Method in class hudson.maven.MavenEmbedderRequest
 
getSystemProperties() - Method in class hudson.maven.MavenProbeAction
Gets the system properties of the JVM on this computer.
getTestDataPublishers() - Method in class hudson.maven.MavenTestDataPublisher
 
getTestResultPath(CaseResult) - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
getThreadDump() - Method in class hudson.maven.MavenProbeAction
Gets the thread dump of the slave JVM.
getTimestamp() - Method in class hudson.maven.MavenBuildProxy.Filter
 
getTimestamp() - Method in interface hudson.maven.MavenBuildProxy
 
getTimestamp() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
getTransferListener() - Method in class hudson.maven.MavenEmbedderRequest
 
getTreshold() - Method in class hudson.maven.RedeployPublisher
 
getUpUrl() - Method in class hudson.maven.MavenBuild
 
getUrl() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
getUrlChildPrefix() - Method in class hudson.maven.MavenModuleSet
 
getUrlName() - Method in class hudson.maven.MavenProbeAction
 
getUrlName() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
getUrlName() - Method in class hudson.maven.reporters.MavenSiteArchiver.SiteAction
 
getUrlName() - Method in class hudson.maven.reporters.ReportAction
 
getUserConfiguredGoals() - Method in class hudson.maven.MavenModule
Gets the list of goals specified by the user, without taking inheritance and POM default goals into account.
getUserConfiguredGoals() - Method in class hudson.maven.MavenModuleSet
Gets the list of goals specified by the user, without taking inheritance and POM default goals into account.
getValidationLevel() - Method in class hudson.maven.MavenEmbedderRequest
 
getVersion() - Method in class hudson.maven.MavenModule
Gets the version number in Maven POM as of the last build.
getWhyKeepLog() - Method in class hudson.maven.MavenBuild
If the parent MavenModuleSetBuild is kept, keep this record, too.
getWorkspaceReader() - Method in class hudson.maven.MavenEmbedderRequest
 
getWorkspaceResource() - Method in class hudson.maven.MavenModule
Deprecated. as of 1.319 in AbstractProject.
goal - Variable in class hudson.maven.ExecutedMojo
Mojo name.
goals - Variable in class hudson.maven.AbstractMavenBuilder
Goals to be executed in this Maven execution.
groupId - Variable in class hudson.maven.ExecutedMojo
Plugin group ID.
groupId - Variable in class hudson.maven.ModuleDependency
 
groupId - Variable in class hudson.maven.ModuleName
 
groupId - Variable in class hudson.maven.PluginName
 
groupId - Variable in class hudson.maven.reporters.MavenArtifact
Basic parameters of a Maven artifact.

H

hasBadge() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord
 
hasChangeSetComputed() - Method in class hudson.maven.MavenBuild
We always get the changeset from MavenModuleSetBuild.
hasConfigScreen() - Method in class hudson.maven.MavenReporterDescriptor
Returns true if this descriptor has config.jelly.
hasDisabledModule() - Method in class hudson.maven.MavenModuleSet
Returns true if there's any disabled module.
hashCode() - Method in class hudson.maven.ModuleDependency
 
hashCode() - Method in class hudson.maven.ModuleName
 
hashCode() - Method in class hudson.maven.PluginName
 
HistoryWidgetImpl_Displayname() - Static method in class hudson.maven.reporters.Messages
Deployment History
hudson.maven - package hudson.maven
Maven support.
hudson.maven.reporters - package hudson.maven.reporters
 
hudson.maven.util - package hudson.maven.util
 

I

id - Variable in class hudson.maven.RedeployPublisher
Repository ID.
ignoreUpstremChanges() - Method in class hudson.maven.MavenModuleSet
 
inferMavenInstallation() - Method in class hudson.maven.MavenModule
 
inferMavenInstallation() - Method in class hudson.maven.MavenModuleSet
 
info(String, Throwable) - Method in class hudson.maven.EmbedderLoggerImpl
 
inject(String, T) - Method in class hudson.maven.MojoInfo
Injects the specified value (designated by the specified field name) into the mojo, and returns its old value.
install(MavenEmbedder) - Method in class hudson.maven.reporters.MavenArtifactRecord
Installs the artifact to the local Maven repository.
intercept(String, InvocationInterceptor) - Method in class hudson.maven.MojoInfo
Intercept the invocation from the mojo to its injected component (designated by the given field name.)
is(String, String, String) - Method in class hudson.maven.MojoInfo
Returns true if this MojoInfo wraps the mojo of the given ID tuple.
isAggregatorStyleBuild() - Method in class hudson.maven.MavenModuleSet
 
isApplicable(Descriptor) - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
isApplicable(Class) - Method in class hudson.maven.MavenRedeployer.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.maven.MavenTestDataPublisher.DescriptorImpl
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.maven.RedeployPublisher.DescriptorImpl
 
isArchivingDisabled() - Method in class hudson.maven.MavenBuildProxy.Filter
 
isArchivingDisabled() - Method in interface hudson.maven.MavenBuildProxy
If true, artifacts will not actually be archived to master.
isArchivingDisabled() - Method in class hudson.maven.MavenModuleSet
 
isBlacklisted() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
isBuildable() - Method in class hudson.maven.MavenModule
 
isBuilding() - Method in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
isEmptySet() - Method in class hudson.maven.FilteredChangeLogSet
 
isFingerprintConfigured() - Method in class hudson.maven.MavenModule
 
isFingerprintConfigured() - Method in class hudson.maven.MavenModuleSet
 
isIncrementalBuild() - Method in class hudson.maven.MavenModuleSet
 
isNameEditable() - Method in class hudson.maven.MavenModule
 
isNonRecursive() - Method in class hudson.maven.MavenModuleSet
Check for "-N" or "--non-recursive" in the Maven goals/options.
isPOM() - Method in class hudson.maven.reporters.MavenArtifact
 
isPOM() - Method in class hudson.maven.reporters.MavenArtifactRecord
 
isProcessPlugins() - Method in class hudson.maven.MavenEmbedderRequest
 
isProcessPlugins() - Method in class hudson.maven.MavenModuleSet
 
isProjectAware() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
isResolveDependencies() - Method in class hudson.maven.MavenEmbedderRequest
 
isResolveDependencies() - Method in class hudson.maven.MavenModuleSet
 
isUniqueVersion() - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
isValid(String) - Static method in class hudson.maven.ModuleName
Checks if the given name is valid module name string format created by ModuleName.toString().
iterator() - Method in class hudson.maven.FilteredChangeLogSet
 

L

leaveModule(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.MavenReporter
Called when the build leaves the current MavenProject.
leaveModule(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.reporters.ReportCollector
 
LIST - Static variable in class hudson.maven.MavenReporters
Deprecated. as of 1.286. Use MavenReporterDescriptor#all() for listing reporters, and use Extension for automatic registration.
listener - Variable in class hudson.maven.AbstractMavenBuilder
Where error messages and so on are sent.
logRotate() - Method in class hudson.maven.MavenModuleSet
 

M

mainArtifact - Variable in class hudson.maven.reporters.MavenArtifactRecord
The main artifact (like jar or war, but could be anything.) If this is a POM module, the main artifact contains the same value as MavenArtifactRecord.pomArtifact.
makeSearchIndex() - Method in class hudson.maven.MavenModuleSet
 
markAsSuccess - Static variable in class hudson.maven.Maven3Builder
 
markAsSuccess - Static variable in class hudson.maven.MavenBuilder
Used by selected MavenReporters to notify the maven build agent that even though Maven is going to fail, we should report the build as success.
matches(String, String) - Method in class hudson.maven.PluginName
 
Maven3Builder - Class in hudson.maven
 
Maven3Builder(BuildListener, Map<ModuleName, MavenBuild.ProxyImpl2>, Map<ModuleName, List<MavenReporter>>, List<String>, Map<String, String>, MavenBuildInformation) - Constructor for class hudson.maven.Maven3Builder
 
maven3orLater(String) - Static method in class hudson.maven.MavenUtil
 
maven3orLater(String) - Method in class hudson.maven.reporters.SurefireArchiver
 
Maven3ProcessFactory - Class in hudson.maven
 
MavenAbstractArtifactRecord<T extends AbstractBuild<?,?>> - Class in hudson.maven.reporters
UI to redeploy artifacts after the fact.
MavenAbstractArtifactRecord() - Constructor for class hudson.maven.reporters.MavenAbstractArtifactRecord
 
MavenAbstractArtifactRecord.Record - Class in hudson.maven.reporters
 
MavenAbstractArtifactRecord.Record(String, String) - Constructor for class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
 
MavenAbstractArtifactRecord_Displayname() - Static method in class hudson.maven.reporters.Messages
Redeploy Artifacts
MavenAggregatedArtifactRecord - Class in hudson.maven.reporters
Redeploy action for the entire MavenModuleSetBuild.
MavenAggregatedArtifactRecord(MavenModuleSetBuild) - Constructor for class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
MavenAggregatedReport - Interface in hudson.maven
Action to be associated with MavenModuleSetBuild, which usually displays some aspect of the aggregated results of the module builds (such as aggregated test result, aggregated coverage report, etc.)
MavenArtifact - Class in hudson.maven.reporters
Captures information about an artifact created by Maven and archived by Hudson, so that we can later deploy it to repositories of our choice.
MavenArtifact(Artifact) - Constructor for class hudson.maven.reporters.MavenArtifact
 
MavenArtifact(String, String, String, String, String, String, String) - Constructor for class hudson.maven.reporters.MavenArtifact
 
MavenArtifact_DeployingAttachedArtifact(Object) - Static method in class hudson.maven.reporters.Messages
Deploying the attached artifact {0}
MavenArtifact_DeployingMainArtifact(Object) - Static method in class hudson.maven.reporters.Messages
Deploying the main artifact {0}
MavenArtifactArchiver - Class in hudson.maven.reporters
Archives artifacts of the build.
MavenArtifactArchiver() - Constructor for class hudson.maven.reporters.MavenArtifactArchiver
 
MavenArtifactArchiver.DescriptorImpl - Class in hudson.maven.reporters
 
MavenArtifactArchiver.DescriptorImpl() - Constructor for class hudson.maven.reporters.MavenArtifactArchiver.DescriptorImpl
 
MavenArtifactArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Archive the artifacts
MavenArtifactArchiver_FailedToInstallToMaster() - Static method in class hudson.maven.reporters.Messages
Failed to install artifact to the master
MavenArtifactRecord - Class in hudson.maven.reporters
Action that remembers artifacts that are built.
MavenArtifactRecord(MavenBuild, MavenArtifact, MavenArtifact, List<MavenArtifact>) - Constructor for class hudson.maven.reporters.MavenArtifactRecord
 
MavenBuild - Class in hudson.maven
Run for MavenModule.
MavenBuild(MavenModule) - Constructor for class hudson.maven.MavenBuild
 
MavenBuild(MavenModule, Calendar) - Constructor for class hudson.maven.MavenBuild
 
MavenBuild(MavenModule, File) - Constructor for class hudson.maven.MavenBuild
 
MavenBuild.ProxyImpl2 - Class in hudson.maven
 
MavenBuild_FailedEarlier() - Static method in class hudson.maven.Messages
Build failed before it gets to this module
MavenBuild_KeptBecauseOfParent(Object) - Static method in class hudson.maven.Messages
Kept because {0} is kept
MavenBuild_Triggering(Object) - Static method in class hudson.maven.Messages
Triggering a new build of {0}
MavenBuilder - Class in hudson.maven
Callable that invokes Maven CLI (in process) and drives a build.
MavenBuilder(BuildListener, List<String>, Map<String, String>) - Constructor for class hudson.maven.MavenBuilder
 
MavenBuilder_Aborted() - Static method in class hudson.maven.Messages
Aborted
MavenBuilder_AsyncFailed() - Static method in class hudson.maven.Messages
Asynchronous execution failure
MavenBuilder_Failed() - Static method in class hudson.maven.Messages
Maven failed with error.
MavenBuilder_Waiting() - Static method in class hudson.maven.Messages
Waiting for Jenkins to finish collecting data
MavenBuildInformation - Class in hudson.maven
 
MavenBuildInformation(String) - Constructor for class hudson.maven.MavenBuildInformation
 
MavenBuildProxy - Interface in hudson.maven
Remoting proxy interface for MavenReporters to talk to MavenBuild during the build.
MavenBuildProxy.BuildCallable<V,T extends Throwable> - Interface in hudson.maven
 
MavenBuildProxy.Filter<CORE extends MavenBuildProxy> - Class in hudson.maven
Filter for MavenBuildProxy.
MavenBuildProxy.Filter(CORE) - Constructor for class hudson.maven.MavenBuildProxy.Filter
 
MavenBuildProxy.Filter.AsyncInvoker - Class in hudson.maven
Callable for invoking MavenBuildProxy.BuildCallable asynchronously.
MavenBuildProxy.Filter.AsyncInvoker(MavenBuildProxy, MavenBuildProxy.BuildCallable<?, ?>) - Constructor for class hudson.maven.MavenBuildProxy.Filter.AsyncInvoker
 
MavenBuildProxy2 - Interface in hudson.maven
A part of MavenBuildProxy that's used internally for aggregated build.
MavenBuildProxy2.Filter<CORE extends MavenBuildProxy2> - Class in hudson.maven
Filter for MavenBuildProxy2.
MavenBuildProxy2.Filter(CORE) - Constructor for class hudson.maven.MavenBuildProxy2.Filter
 
MavenComputerListener - Class in hudson.maven
When a slave is connected, copy maven-agent.jar and maven-intercepter.jar
MavenComputerListener() - Constructor for class hudson.maven.MavenComputerListener
 
MavenEmbedderRequest - Class in hudson.maven
 
MavenEmbedderRequest(TaskListener, File, String, Properties, String, File) - Constructor for class hudson.maven.MavenEmbedderRequest
 
MavenFingerprinter - Class in hudson.maven.reporters
Records fingerprints of the builds to keep track of dependencies.
MavenFingerprinter() - Constructor for class hudson.maven.reporters.MavenFingerprinter
 
MavenFingerprinter.DescriptorImpl - Class in hudson.maven.reporters
 
MavenFingerprinter.DescriptorImpl() - Constructor for class hudson.maven.reporters.MavenFingerprinter.DescriptorImpl
 
MavenFingerprinter_DisplayName() - Static method in class hudson.maven.reporters.Messages
Record fingerprints
MavenJavadocArchiver - Class in hudson.maven.reporters
Records the javadoc and archives it.
MavenJavadocArchiver() - Constructor for class hudson.maven.reporters.MavenJavadocArchiver
 
MavenJavadocArchiver.DescriptorImpl - Class in hudson.maven.reporters
 
MavenJavadocArchiver.DescriptorImpl() - Constructor for class hudson.maven.reporters.MavenJavadocArchiver.DescriptorImpl
 
MavenJavadocArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Publish javadoc
MavenJavadocArchiver_FailedToCopy(Object, Object) - Static method in class hudson.maven.reporters.Messages
Unable to copy Javadoc from {0} to {1}
MavenJavadocArchiver_NoDestDir() - Static method in class hudson.maven.reporters.Messages
Unable to obtain the destDir from javadoc mojo
MavenMailer - Class in hudson.maven.reporters
Sends out an e-mail notification for Maven build result.
MavenMailer() - Constructor for class hudson.maven.reporters.MavenMailer
 
MavenMailer.DescriptorImpl - Class in hudson.maven.reporters
 
MavenMailer.DescriptorImpl() - Constructor for class hudson.maven.reporters.MavenMailer.DescriptorImpl
 
MavenMailer_DisplayName() - Static method in class hudson.maven.reporters.Messages
E-mail Notification
MavenModule - Class in hudson.maven
Job that builds projects based on Maven2.
MavenModule_Pronoun() - Static method in class hudson.maven.Messages
Module
MavenModuleSet - Class in hudson.maven
Group of MavenModules.
MavenModuleSet(String) - Constructor for class hudson.maven.MavenModuleSet
 
MavenModuleSet(ItemGroup, String) - Constructor for class hudson.maven.MavenModuleSet
 
MavenModuleSet.DescriptorImpl - Class in hudson.maven
 
MavenModuleSet.DescriptorImpl() - Constructor for class hudson.maven.MavenModuleSet.DescriptorImpl
 
MavenModuleSet_AlternateSettingsRelativePath() - Static method in class hudson.maven.Messages
Alternate settings file must be a relative path.
MavenModuleSet_DiplayName() - Static method in class hudson.maven.Messages
Build a maven2/3 project
MavenModuleSetBuild - Class in hudson.maven
Build for MavenModuleSet.
MavenModuleSetBuild(MavenModuleSet) - Constructor for class hudson.maven.MavenModuleSetBuild
 
MavenModuleSetBuild(MavenModuleSet, File) - Constructor for class hudson.maven.MavenModuleSetBuild
 
MavenModuleSetBuild.SimpleTransferListener - Class in hudson.maven
will log in the TaskListener when transferFailed and transferSucceeded
MavenModuleSetBuild.SimpleTransferListener(TaskListener) - Constructor for class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
MavenModuleSetBuild_DiscoveredModule(Object, Object) - Static method in class hudson.maven.Messages
Discovered a new module {0} {1}
MavenModuleSetBuild_FailedToParsePom() - Static method in class hudson.maven.Messages
Failed to parse POMs
MavenModuleSetBuild_NoMavenInstall() - Static method in class hudson.maven.Messages
A Maven installation needs to be available for this project to be built.
MavenModuleSetBuild_NoSuchAlternateSettings(Object) - Static method in class hudson.maven.Messages
No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.
MavenModuleSetBuild_NoSuchPOMFile(Object) - Static method in class hudson.maven.Messages
No such file {0} Perhaps you need to specify the correct POM file path in the project configuration?
MavenProbeAction - Class in hudson.maven
UI for probing Maven process.
MavenProbeAction_DisplayName() - Static method in class hudson.maven.Messages
Monitor Maven Process
mavenProcessCache - Static variable in class hudson.maven.MavenBuild
 
MavenProcessFactory_ClassWorldsNotFound(Object) - Static method in class hudson.maven.Messages
No classworlds*.jar found in {0} -- Is this a valid maven2/3 directory?
MavenProjectActionBuilder - Interface in hudson.maven
Can contribute to project actions.
MavenRedeployer - Class in hudson.maven
Publisher for Maven projects to deploy artifacts to a Maven repository after the fact.
MavenRedeployer() - Constructor for class hudson.maven.MavenRedeployer
 
MavenRedeployer.DescriptorImpl - Class in hudson.maven
 
MavenRedeployer.DescriptorImpl() - Constructor for class hudson.maven.MavenRedeployer.DescriptorImpl
 
MavenRedeployer_DisplayName() - Static method in class hudson.maven.Messages
Deploy to Maven repository
MavenReporter - Class in hudson.maven
Listens to the build execution of MavenBuild, and normally records some information and exposes thoses in MavenBuild later.
MavenReporter() - Constructor for class hudson.maven.MavenReporter
 
MavenReporterDescriptor - Class in hudson.maven
Descriptor for MavenReporter.
MavenReporterDescriptor(Class<? extends MavenReporter>) - Constructor for class hudson.maven.MavenReporterDescriptor
 
MavenReporterDescriptor() - Constructor for class hudson.maven.MavenReporterDescriptor
Infers the type of the corresponding Describable from the outer class.
MavenReporters - Class in hudson.maven
 
MavenReporters() - Constructor for class hudson.maven.MavenReporters
 
MavenReportInfo - Class in hudson.maven
Information about MavenReport that was executed.
MavenReportInfo(MojoExecution, MavenReport, PlexusConfiguration, ExpressionEvaluator) - Constructor for class hudson.maven.MavenReportInfo
 
MavenSiteArchiver - Class in hudson.maven.reporters
Watches out for the execution of maven-site-plugin and records its output.
MavenSiteArchiver() - Constructor for class hudson.maven.reporters.MavenSiteArchiver
 
MavenSiteArchiver.DescriptorImpl - Class in hudson.maven.reporters
 
MavenSiteArchiver.DescriptorImpl() - Constructor for class hudson.maven.reporters.MavenSiteArchiver.DescriptorImpl
 
MavenSiteArchiver.SiteAction - Class in hudson.maven.reporters
 
MavenSiteArchiver.SiteAction(AbstractItem) - Constructor for class hudson.maven.reporters.MavenSiteArchiver.SiteAction
 
MavenSiteArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Maven-generated site
MavenTestDataPublisher - Class in hudson.maven
Augments SurefireReport by executing TestDataPublishers.
MavenTestDataPublisher(DescribableList<TestDataPublisher, Descriptor<TestDataPublisher>>) - Constructor for class hudson.maven.MavenTestDataPublisher
 
MavenTestDataPublisher.DescriptorImpl - Class in hudson.maven
 
MavenTestDataPublisher.DescriptorImpl() - Constructor for class hudson.maven.MavenTestDataPublisher.DescriptorImpl
 
MavenUtil - Class in hudson.maven
 
MavenUtil() - Constructor for class hudson.maven.MavenUtil
 
MavenVersionCallable - Class in hudson.maven
 
MavenVersionCallable(String) - Constructor for class hudson.maven.MavenVersionCallable
 
MAX_AGE - Static variable in class hudson.maven.ProcessCache
 
md5sum - Variable in class hudson.maven.reporters.MavenArtifact
The md5sum for this artifact.
Messages - Class in hudson.maven
 
Messages() - Constructor for class hudson.maven.Messages
 
Messages - Class in hudson.maven.reporters
 
Messages() - Constructor for class hudson.maven.reporters.Messages
 
ModuleDependency - Class in hudson.maven
group id + artifact id + version and a flag to know if it's a plugin
ModuleDependency(String, String, String) - Constructor for class hudson.maven.ModuleDependency
 
ModuleDependency(ModuleName, String) - Constructor for class hudson.maven.ModuleDependency
 
ModuleDependency(Dependency) - Constructor for class hudson.maven.ModuleDependency
 
ModuleDependency(MavenProject) - Constructor for class hudson.maven.ModuleDependency
 
ModuleDependency(Plugin) - Constructor for class hudson.maven.ModuleDependency
 
ModuleDependency(ReportPlugin) - Constructor for class hudson.maven.ModuleDependency
 
ModuleDependency(Extension) - Constructor for class hudson.maven.ModuleDependency
 
ModuleName - Class in hudson.maven
Version independent name of a Maven project.
ModuleName(String, String) - Constructor for class hudson.maven.ModuleName
 
ModuleName(MavenProject) - Constructor for class hudson.maven.ModuleName
 
ModuleName(Plugin) - Constructor for class hudson.maven.ModuleName
 
ModuleName(ReportPlugin) - Constructor for class hudson.maven.ModuleName
 
ModuleName(Extension) - Constructor for class hudson.maven.ModuleName
 
ModuleName(Dependency) - Constructor for class hudson.maven.ModuleName
 
modules - Variable in class hudson.maven.ExecutedMojo.Cache
All maven modules in this Hudson by their names.
mojo - Variable in class hudson.maven.MojoInfo
Mojo object that carries out the actual execution.
mojoExecution - Variable in class hudson.maven.MojoInfo
Object from Maven that describes the Mojo to be executed.
MojoInfo - Class in hudson.maven
Information about Mojo to be executed.
MojoInfo(MojoExecution, Mojo, PlexusConfiguration, ExpressionEvaluator) - Constructor for class hudson.maven.MojoInfo
 
mojoSkipped(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
mojoStarted(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 

N

newAutoInstance(MavenModule) - Method in class hudson.maven.MavenReporterDescriptor
Returns an instance used for automatic MavenReporter activation.
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.BuildInfoRecorder.DescriptorImpl
 
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.MavenArtifactArchiver.DescriptorImpl
 
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.MavenFingerprinter.DescriptorImpl
 
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.MavenJavadocArchiver.DescriptorImpl
 
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.MavenSiteArchiver.DescriptorImpl
 
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.ReportCollector.DescriptorImpl
 
newAutoInstance(MavenModule) - Method in class hudson.maven.reporters.SurefireArchiver.DescriptorImpl
 
newBuild() - Method in class hudson.maven.MavenModule
 
newInstance(ItemGroup, String) - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
newInstance(StaplerRequest) - Method in class hudson.maven.MavenReporterDescriptor
Deprecated. 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.maven.MavenTestDataPublisher.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.maven.RedeployPublisher.DescriptorImpl
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.maven.reporters.MavenMailer.DescriptorImpl
 
newProcess(BuildListener, OutputStream) - Method in class hudson.maven.AbstractMavenProcessFactory
Starts maven process.
NONE - Static variable in class hudson.maven.ModuleDependency
When a plugin dependency is specified without giving a version, the semantics of that is the latest released plugin.

O

onDeleted(MavenModule) - Method in class hudson.maven.MavenModuleSet
 
onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.maven.MavenModule
 
onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.maven.MavenModuleSet
 
onRenamed(MavenModule, String, String) - Method in class hudson.maven.MavenModuleSet
 
owner() - Method in class hudson.maven.MavenBuild.ProxyImpl2
Gets the build for which this proxy is created.
owner - Variable in class hudson.maven.MavenProbeAction
 

P

parent - Variable in class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
parent - Variable in class hudson.maven.reporters.MavenArtifactRecord
The build to which this record belongs.
path - Variable in class hudson.maven.reporters.ReportAction.Entry
Relative path to the top of the report withtin the project reporting directory.
pathOf(Artifact) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
pathOfLocalRepositoryMetadata(ArtifactMetadata, ArtifactRepository) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
pathOfRemoteRepositoryMetadata(ArtifactMetadata) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.maven.MavenRedeployer
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class hudson.maven.MavenTestDataPublisher
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.maven.RedeployPublisher
 
performDelete() - Method in class hudson.maven.MavenModule
 
plugin - Variable in class hudson.maven.ModuleDependency
 
PluginImpl - Class in hudson.maven
 
PluginImpl() - Constructor for class hudson.maven.PluginImpl
 
pluginName - Variable in class hudson.maven.MojoInfo
PluginName of the plugin that contains this mojo.
PluginName - Class in hudson.maven
Identifier of a specific version of a Maven plugin that consists of groupId, artifactId, and version.
PluginName(String, String, String) - Constructor for class hudson.maven.PluginName
 
PluginName(PluginDescriptor) - Constructor for class hudson.maven.PluginName
 
pomArtifact - Variable in class hudson.maven.reporters.MavenArtifactRecord
POM artifact.
postBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.MavenReporter
Called after a build of one maven2 module is completed.
postBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.reporters.MavenArtifactArchiver
 
postBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.reporters.MavenFingerprinter
Sends the collected fingerprints over to the master and record them.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.maven.MavenReporter
Called after execution of a single mojo.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.maven.reporters.MavenFingerprinter
Mojos perform different dependency resolution, so we need to check this for each mojo.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.maven.reporters.MavenJavadocArchiver
 
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.maven.reporters.MavenSiteArchiver
 
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.maven.reporters.ReportCollector
 
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.maven.reporters.SurefireArchiver
 
preBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.MavenReporter
Called before the actual maven2 execution begins.
preBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.reporters.MavenArtifactArchiver
 
preBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class hudson.maven.reporters.MavenFingerprinter
 
preExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener) - Method in class hudson.maven.MavenReporter
Called before execution of a single mojo.
preExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener) - Method in class hudson.maven.reporters.BuildInfoRecorder
 
preExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener) - Method in class hudson.maven.reporters.MavenArtifactArchiver
 
preExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener) - Method in class hudson.maven.reporters.SurefireArchiver
 
preOnline(Computer, Channel, FilePath, TaskListener) - Method in class hudson.maven.MavenComputerListener
 
proc - Variable in class hudson.maven.ProcessCache.NewProcess
 
ProcessCache - Class in hudson.maven
Hold on to launched Maven processes so that multiple builds can reuse the same Maven JVM, which leads to improved performance.
ProcessCache(int) - Constructor for class hudson.maven.ProcessCache
 
ProcessCache.NewProcess - Class in hudson.maven
 
ProcessCache.NewProcess(Channel, Proc) - Constructor for class hudson.maven.ProcessCache.NewProcess
 
ProcessCache_Reusing() - Static method in class hudson.maven.Messages
Reusing existing maven process
projectDiscoveryStarted(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
projectSkipped(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
projectStarted(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 

R

readResolve() - Method in class hudson.maven.ModuleDependency
Upon reading from the disk, intern strings.
recipients - Variable in class hudson.maven.reporters.MavenMailer
 
recordFingerprint(MavenBuild) - Method in class hudson.maven.reporters.MavenArtifact
Called from within the master to record fingerprint.
recordFingerprints() - Method in class hudson.maven.reporters.MavenArtifactRecord
 
records - Variable in class hudson.maven.reporters.MavenAbstractArtifactRecord
Records of a deployment.
REDEPLOY - Static variable in class hudson.maven.reporters.MavenAbstractArtifactRecord
Permission for redeploying artifacts.
RedeployPublisher - Class in hudson.maven
Publisher for MavenModuleSetBuild to deploy artifacts after a build is fully succeeded.
RedeployPublisher(String, String, boolean) - Constructor for class hudson.maven.RedeployPublisher
For backward compatibility
RedeployPublisher(String, String, boolean, boolean) - Constructor for class hudson.maven.RedeployPublisher
 
RedeployPublisher.DescriptorImpl - Class in hudson.maven
 
RedeployPublisher.DescriptorImpl() - Constructor for class hudson.maven.RedeployPublisher.DescriptorImpl
 
RedeployPublisher.DescriptorImpl(Class<? extends Publisher>) - Constructor for class hudson.maven.RedeployPublisher.DescriptorImpl
Deprecated. as of 1.290 Use the default constructor.
RedeployPublisher.WrappedArtifactRepository - Class in hudson.maven
 
RedeployPublisher.WrappedArtifactRepository(ArtifactRepository, boolean) - Constructor for class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
RedeployPublisher_getDisplayName() - Static method in class hudson.maven.Messages
Deploy artifacts to Maven repository
RedeployPublisher_RepositoryURL_Mandatory() - Static method in class hudson.maven.Messages
Repository URL is mandatory
registerAsAggregatedProjectAction(MavenReporter) - Method in class hudson.maven.MavenBuildProxy.Filter
 
registerAsAggregatedProjectAction(MavenReporter) - Method in interface hudson.maven.MavenBuildProxy
Nominates that the reporter will contribute a project action for this build by using MavenReporter.getAggregatedProjectAction(MavenModuleSet).
registerAsProjectAction(MavenReporter) - Method in class hudson.maven.MavenBuild
 
registerAsProjectAction(MavenProjectActionBuilder) - Method in class hudson.maven.MavenBuild
 
registerAsProjectAction(MavenReporter) - Method in class hudson.maven.MavenBuildProxy.Filter
 
registerAsProjectAction(MavenProjectActionBuilder) - Method in class hudson.maven.MavenBuildProxy.Filter
 
registerAsProjectAction(MavenReporter) - Method in interface hudson.maven.MavenBuildProxy
Nominates that the reporter will contribute a project action for this build by using MavenReporter.getProjectActions(MavenModule).
registerAsProjectAction(MavenProjectActionBuilder) - Method in interface hudson.maven.MavenBuildProxy
Nominates that the reporter will contribute a project action for this build by using MavenReporter.getProjectActions(MavenModule).
registerAsProjectAction(MavenReporter) - Method in class hudson.maven.MavenModuleSetBuild
 
ReleaseAction_DisplayName() - Static method in class hudson.maven.Messages
Release New Version
report - Variable in class hudson.maven.MavenReportInfo
The fully-populated MavenReport object.
ReportAction - Class in hudson.maven.reporters
Action to display links to the generated Maven reports.
ReportAction() - Constructor for class hudson.maven.reporters.ReportAction
 
ReportAction.Entry - Class in hudson.maven.reporters
 
ReportAction.Entry(String, String) - Constructor for class hudson.maven.reporters.ReportAction.Entry
 
ReportAction_DisplayName() - Static method in class hudson.maven.reporters.Messages
Maven reports
ReportCollector - Class in hudson.maven.reporters
Watches out for executions of MavenReport mojos and record its output.
ReportCollector() - Constructor for class hudson.maven.reporters.ReportCollector
 
ReportCollector.DescriptorImpl - Class in hudson.maven.reporters
 
ReportCollector.DescriptorImpl() - Constructor for class hudson.maven.reporters.ReportCollector.DescriptorImpl
 
ReportCollector_DisplayName() - Static method in class hudson.maven.reporters.Messages
Record Maven reports
ReportCollector_OutsideSite(Object, Object) - Static method in class hudson.maven.reporters.Messages
Maven report output goes to {0}, which is outside project reporting path{1}
reportGenerated(MavenBuildProxy, MavenProject, MavenReportInfo, BuildListener) - Method in class hudson.maven.MavenReporter
Called after a MavenReport is successfully generated.
reportGenerated(MavenBuildProxy, MavenProject, MavenReportInfo, BuildListener) - Method in class hudson.maven.reporters.MavenJavadocArchiver
 
resolveChild(AggregatedTestResultAction.Child) - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
resolveModules(MavenEmbedder, MavenProject, String, Map<MavenProject, String>, BuildListener, boolean) - Static method in class hudson.maven.MavenUtil
Deprecated. MavenEmbedder has now a method to read all projects Recursively resolves module POMs that are referenced from the given MavenProject and parses them into MavenProjects.
run() - Method in class hudson.maven.MavenBuild
 
run() - Method in class hudson.maven.MavenModuleSetBuild
 

S

sendToIndividuals - Variable in class hudson.maven.reporters.MavenMailer
 
sessionEnded(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
sessionStarted(ExecutionEvent) - Method in class hudson.maven.util.ExecutionEventLogger
 
setAggregatorStyleBuild(boolean) - Method in class hudson.maven.MavenModuleSet
 
setAlternateSettings(File) - Method in class hudson.maven.MavenEmbedderRequest
 
setAlternateSettings(String) - Method in class hudson.maven.MavenModuleSet
Sets the workspace-relative path to an alternative Maven settings.xml file.
setAuthentication(Authentication) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setBlacklisted(boolean) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setBuiltOnStr(String) - Method in class hudson.maven.MavenBuild
 
setClassLoader(ClassLoader) - Method in class hudson.maven.MavenEmbedderRequest
 
setExecutedMojos(List<ExecutedMojo>) - Method in class hudson.maven.MavenBuildProxy.Filter
 
setExecutedMojos(List<ExecutedMojo>) - Method in interface hudson.maven.MavenBuildProxy
Called at the end of the build to record what mojos are executed.
setGlobalMavenOpts(String) - Method in class hudson.maven.MavenModuleSet.DescriptorImpl
 
setGoals(String) - Method in class hudson.maven.MavenModuleSet
 
setId(String) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setIgnoreUpstremChanges(boolean) - Method in class hudson.maven.MavenModuleSet
 
setIncrementalBuild(boolean) - Method in class hudson.maven.MavenModuleSet
 
setIsArchivingDisabled(boolean) - Method in class hudson.maven.MavenModuleSet
 
setLayout(ArtifactRepositoryLayout) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setListener(TaskListener) - Method in class hudson.maven.MavenEmbedderRequest
 
setLogRotator(LogRotator) - Method in class hudson.maven.MavenModule
Deprecated. Not allowed to configure log rotation per module.
setMaven(String) - Method in class hudson.maven.MavenModuleSet
 
setMavenHome(File) - Method in class hudson.maven.MavenEmbedderRequest
 
setMavenOpts(String) - Method in class hudson.maven.MavenModuleSet
Set mavenOpts.
setMavenVersionUsed(String) - Method in class hudson.maven.MavenModuleSetBuild
 
setPrivateRepository(String) - Method in class hudson.maven.MavenEmbedderRequest
 
setProcessPlugins(boolean) - Method in class hudson.maven.MavenEmbedderRequest
 
setProcessPlugins(boolean) - Method in class hudson.maven.MavenModuleSet
 
setProfiles(String) - Method in class hudson.maven.MavenEmbedderRequest
 
setProxy(Proxy) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setReleaseUpdatePolicy(ArtifactRepositoryPolicy) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setResolveDependencies(boolean) - Method in class hudson.maven.MavenEmbedderRequest
 
setResolveDependencies(boolean) - Method in class hudson.maven.MavenModuleSet
 
setResult(Result) - Method in class hudson.maven.MavenBuildProxy.Filter
 
setResult(Result) - Method in interface hudson.maven.MavenBuildProxy
 
setRootPOM(String) - Method in class hudson.maven.MavenModuleSet
 
setSnapshotUpdatePolicy(ArtifactRepositoryPolicy) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setSystemProperties(Properties) - Method in class hudson.maven.MavenEmbedderRequest
 
setTransferListener(TransferListener) - Method in class hudson.maven.MavenEmbedderRequest
 
setUniqueVersion(boolean) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setUrl(String) - Method in class hudson.maven.RedeployPublisher.WrappedArtifactRepository
 
setUsePrivateRepository(boolean) - Method in class hudson.maven.MavenModuleSet
 
setValidationLevel(int) - Method in class hudson.maven.MavenEmbedderRequest
 
setWorkspace(FilePath) - Method in class hudson.maven.MavenBuild
Backdoor for MavenModuleSetBuild to assign workspaces for modules.
setWorkspaceReader(WorkspaceReader) - Method in class hudson.maven.MavenEmbedderRequest
 
shouldTriggerBuild(AbstractBuild, TaskListener, List<Action>) - Method in class hudson.maven.AbstractMavenProject.MavenModuleDependency
 
showEvenIfUnstableOption() - Method in class hudson.maven.RedeployPublisher.DescriptorImpl
 
start() - Method in class hudson.maven.MavenBuild.ProxyImpl2
 
start() - Method in class hudson.maven.MavenBuildProxy2.Filter
 
start() - Method in interface hudson.maven.MavenBuildProxy2
Notifies that the build has entered a module.
start() - Method in class hudson.maven.PluginImpl
 
submit(StaplerRequest, StaplerResponse) - Method in class hudson.maven.MavenModule
 
submit(StaplerRequest, StaplerResponse) - Method in class hudson.maven.MavenModuleSet
 
supportsLogRotator() - Method in class hudson.maven.MavenModule
 
SurefireAggregatedReport - Class in hudson.maven.reporters
MavenAggregatedReport for surefire report.
SurefireArchiver - Class in hudson.maven.reporters
Records the surefire test result.
SurefireArchiver() - Constructor for class hudson.maven.reporters.SurefireArchiver
 
SurefireArchiver.DescriptorImpl - Class in hudson.maven.reporters
 
SurefireArchiver.DescriptorImpl() - Constructor for class hudson.maven.reporters.SurefireArchiver.DescriptorImpl
 
SurefireArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Publish surefire reports
SurefireArchiver_NoReportsDir() - Static method in class hudson.maven.reporters.Messages
Unable to obtain the reportsDirectory from surefire:test mojo
SurefireArchiver_Recording() - Static method in class hudson.maven.reporters.Messages
[JENKINS] Recording test results
SurefireReport - Class in hudson.maven.reporters
Action that displays surefire test result.
systemProps - Variable in class hudson.maven.AbstractMavenBuilder
Hudson-defined system properties.

T

title - Variable in class hudson.maven.reporters.ReportAction.Entry
 
toArtifact(ArtifactHandlerManager, ArtifactFactory, MavenBuild) - Method in class hudson.maven.reporters.MavenArtifact
Creates a Maven Artifact back from the persisted data.
toFileSystemName() - Method in class hudson.maven.ModuleName
Returns the "groupId$artifactId" form, which is safe for the use as a file name, unlike ModuleName.toString().
toString() - Method in class hudson.maven.MavenModule
for debug purpose
toString() - Method in class hudson.maven.ModuleName
Returns the "groupId:artifactId" form.
toString() - Method in class hudson.maven.PluginName
Returns the "groupId:artifactId:version" form.
transferCorrupted(TransferEvent) - Method in class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
transferFailed(TransferEvent) - Method in class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
transferInitiated(TransferEvent) - Method in class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
transferProgressed(TransferEvent) - Method in class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
transferStarted(TransferEvent) - Method in class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
transferSucceeded(TransferEvent) - Method in class hudson.maven.MavenModuleSetBuild.SimpleTransferListener
 
type - Variable in class hudson.maven.reporters.MavenArtifact
Basic parameters of a Maven artifact.

U

uniqueVersion - Variable in class hudson.maven.RedeployPublisher
 
UNKNOWN - Static variable in class hudson.maven.ModuleDependency
For compatibility reason, this value may be used in the verion field to indicate that the version is unknown.
update(Map<MavenModule, List<MavenBuild>>, MavenBuild) - Method in interface hudson.maven.MavenAggregatedReport
Called whenever a new module build is completed, to update the aggregated report.
update(Map<MavenModule, List<MavenBuild>>, MavenBuild) - Method in class hudson.maven.reporters.MavenAggregatedArtifactRecord
 
update(Map<MavenModule, List<MavenBuild>>, MavenBuild) - Method in class hudson.maven.reporters.SurefireAggregatedReport
 
updateTransientActions() - Method in class hudson.maven.MavenModule
 
updateTransientActions() - Method in class hudson.maven.MavenModuleSet
 
url - Variable in class hudson.maven.RedeployPublisher
Repository URL to deploy artifacts to.
url - Variable in class hudson.maven.reporters.MavenAbstractArtifactRecord.Record
Repository URL that artifacts were deployed.
usesPrivateRepository() - Method in class hudson.maven.MavenModuleSet
 

V

version - Variable in class hudson.maven.ExecutedMojo
Plugin version.
version - Variable in class hudson.maven.ModuleDependency
 
version - Variable in class hudson.maven.PluginName
 
version - Variable in class hudson.maven.reporters.MavenArtifact
Basic parameters of a Maven artifact.

W

warn(String, Throwable) - Method in class hudson.maven.EmbedderLoggerImpl
 
withUnknownVersion() - Method in class hudson.maven.ModuleDependency
Returns groupId+artifactId plus unknown version.

_

_BuildInfoRecorder_DisplayName() - Static method in class hudson.maven.reporters.Messages
Record build information
_HistoryWidgetImpl_Displayname() - Static method in class hudson.maven.reporters.Messages
Deployment History
_MavenAbstractArtifactRecord_Displayname() - Static method in class hudson.maven.reporters.Messages
Redeploy Artifacts
_MavenArtifact_DeployingAttachedArtifact(Object) - Static method in class hudson.maven.reporters.Messages
Deploying the attached artifact {0}
_MavenArtifact_DeployingMainArtifact(Object) - Static method in class hudson.maven.reporters.Messages
Deploying the main artifact {0}
_MavenArtifactArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Archive the artifacts
_MavenArtifactArchiver_FailedToInstallToMaster() - Static method in class hudson.maven.reporters.Messages
Failed to install artifact to the master
_MavenBuild_FailedEarlier() - Static method in class hudson.maven.Messages
Build failed before it gets to this module
_MavenBuild_KeptBecauseOfParent(Object) - Static method in class hudson.maven.Messages
Kept because {0} is kept
_MavenBuild_Triggering(Object) - Static method in class hudson.maven.Messages
Triggering a new build of {0}
_MavenBuilder_Aborted() - Static method in class hudson.maven.Messages
Aborted
_MavenBuilder_AsyncFailed() - Static method in class hudson.maven.Messages
Asynchronous execution failure
_MavenBuilder_Failed() - Static method in class hudson.maven.Messages
Maven failed with error.
_MavenBuilder_Waiting() - Static method in class hudson.maven.Messages
Waiting for Jenkins to finish collecting data
_MavenFingerprinter_DisplayName() - Static method in class hudson.maven.reporters.Messages
Record fingerprints
_MavenJavadocArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Publish javadoc
_MavenJavadocArchiver_FailedToCopy(Object, Object) - Static method in class hudson.maven.reporters.Messages
Unable to copy Javadoc from {0} to {1}
_MavenJavadocArchiver_NoDestDir() - Static method in class hudson.maven.reporters.Messages
Unable to obtain the destDir from javadoc mojo
_MavenMailer_DisplayName() - Static method in class hudson.maven.reporters.Messages
E-mail Notification
_MavenModule_Pronoun() - Static method in class hudson.maven.Messages
Module
_MavenModuleSet_AlternateSettingsRelativePath() - Static method in class hudson.maven.Messages
Alternate settings file must be a relative path.
_MavenModuleSet_DiplayName() - Static method in class hudson.maven.Messages
Build a maven2/3 project
_MavenModuleSetBuild_DiscoveredModule(Object, Object) - Static method in class hudson.maven.Messages
Discovered a new module {0} {1}
_MavenModuleSetBuild_FailedToParsePom() - Static method in class hudson.maven.Messages
Failed to parse POMs
_MavenModuleSetBuild_NoMavenInstall() - Static method in class hudson.maven.Messages
A Maven installation needs to be available for this project to be built.
_MavenModuleSetBuild_NoSuchAlternateSettings(Object) - Static method in class hudson.maven.Messages
No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.
_MavenModuleSetBuild_NoSuchPOMFile(Object) - Static method in class hudson.maven.Messages
No such file {0} Perhaps you need to specify the correct POM file path in the project configuration?
_MavenProbeAction_DisplayName() - Static method in class hudson.maven.Messages
Monitor Maven Process
_MavenProcessFactory_ClassWorldsNotFound(Object) - Static method in class hudson.maven.Messages
No classworlds*.jar found in {0} -- Is this a valid maven2/3 directory?
_MavenRedeployer_DisplayName() - Static method in class hudson.maven.Messages
Deploy to Maven repository
_MavenSiteArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Maven-generated site
_ProcessCache_Reusing() - Static method in class hudson.maven.Messages
Reusing existing maven process
_RedeployPublisher_getDisplayName() - Static method in class hudson.maven.Messages
Deploy artifacts to Maven repository
_RedeployPublisher_RepositoryURL_Mandatory() - Static method in class hudson.maven.Messages
Repository URL is mandatory
_ReleaseAction_DisplayName() - Static method in class hudson.maven.Messages
Release New Version
_ReportAction_DisplayName() - Static method in class hudson.maven.reporters.Messages
Maven reports
_ReportCollector_DisplayName() - Static method in class hudson.maven.reporters.Messages
Record Maven reports
_ReportCollector_OutsideSite(Object, Object) - Static method in class hudson.maven.reporters.Messages
Maven report output goes to {0}, which is outside project reporting path{1}
_SurefireArchiver_DisplayName() - Static method in class hudson.maven.reporters.Messages
Publish surefire reports
_SurefireArchiver_NoReportsDir() - Static method in class hudson.maven.reporters.Messages
Unable to obtain the reportsDirectory from surefire:test mojo
_SurefireArchiver_Recording() - Static method in class hudson.maven.reporters.Messages
[JENKINS] Recording test results

A B C D E F G H I L M N O P R S T U V W _

Copyright © 2004-2011. All Rights Reserved.