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

A

AbstractIvyBuild<P extends AbstractIvyProject<P,B>,B extends AbstractIvyBuild<P,B>> - Class in hudson.ivy
 
AbstractIvyBuild(P) - Constructor for class hudson.ivy.AbstractIvyBuild
 
AbstractIvyBuild(P, Calendar) - Constructor for class hudson.ivy.AbstractIvyBuild
 
AbstractIvyBuild(P, File) - Constructor for class hudson.ivy.AbstractIvyBuild
 
AbstractIvyProject<P extends hudson.model.AbstractProject<P,R>,R extends hudson.model.AbstractBuild<P,R>> - Class in hudson.ivy
Common part between IvyModule and IvyModuleSet.
AbstractIvyProject(ItemGroup, String) - Constructor for class hudson.ivy.AbstractIvyProject
 
addTransientActionsFromBuild(R, Set<Class>) - Method in class hudson.ivy.AbstractIvyProject
 
addTransientActionsFromBuild(IvyBuild, Set<Class>) - Method in class hudson.ivy.IvyModule
 
addTransientActionsFromBuild(IvyModuleSetBuild, Set<Class>) - Method in class hudson.ivy.IvyModuleSet
 
AggregatableAction - Interface in hudson.ivy
Indicates that this Action for IvyBuild contributes an "aggregated" action to its governing IvyModuleSetBuild.
all() - Static method in class hudson.ivy.IvyReporterDescriptor
Lists all the currently registered instances of IvyReporterDescriptor.
appendLastLog() - Method in interface hudson.ivy.IvyBuildProxy2
Ant produces additional error message after the module build is done.
appendLastLog() - Method in class hudson.ivy.IvyBuildProxy2.Filter
 
asDependency() - Method in class hudson.ivy.IvyModule
Gets organisation+name+revision as ModuleDependency.
asProject() - Method in class hudson.ivy.IvyModuleSet
 
assignBuildNumber() - Method in class hudson.ivy.IvyModuleSet
To make it easy to grasp relationship among modules and the module set, we'll align the build numbers of all the modules.

B

branch - Variable in class hudson.ivy.ModuleDependency
 
buildDependencyGraph(AbstractProject, DependencyGraph) - Method in class hudson.ivy.IvyBuildTrigger
Build the dependency graph based on the Ivy ModuleDescriptor for this trigger.
buildDependencyGraph(DependencyGraph) - Method in class hudson.ivy.IvyModule
 
buildDependencyGraph(DependencyGraph) - Method in class hudson.ivy.IvyModuleSet
 

C

call() - Method in class hudson.ivy.IvyBuilder
This code is executed inside the Ant jail process.
call(IvyBuild) - Method in interface hudson.ivy.IvyBuildProxy.BuildCallable
Performs computation and returns the result, or throws some exception.
call() - Method in class hudson.ivy.IvyBuildProxy.Filter.AsyncInvoker
 
compareTo(ModuleName) - Method in class hudson.ivy.ModuleName
 
configure(StaplerRequest, JSONObject) - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
Configure the Descriptor from a GUI request.
core - Variable in class hudson.ivy.FilteredChangeLogSet
 
core - Variable in class hudson.ivy.IvyBuildProxy.Filter
 
createAggregatedAction(IvyModuleSetBuild, Map<IvyModule, List<IvyBuild>>) - Method in interface hudson.ivy.AggregatableAction
Creates Action to be contributed to IvyModuleSetBuild.
createModulePublishers() - Method in class hudson.ivy.IvyModule
Creates a list of Publishers to be used for a build of this project.

D

debug - Static variable in class hudson.ivy.AbstractIvyBuild
Extra verbose debug switch.
debug - Static variable in class hudson.ivy.IvyBuild
Set true to produce debug output.
debug - Static variable in class hudson.ivy.IvyModuleSetBuild
Extra verbose debug switch.
DESCRIPTOR - Static variable in class hudson.ivy.IvyBuildTrigger
The descriptor of this trigger.
DESCRIPTOR - Static variable in class hudson.ivy.IvyModuleSet
 
doCheckFileInWorkspace(String) - Method in class hudson.ivy.IvyModuleSet
Check the location of the ivy descriptor file, alternate settings file, etc - any file.
doCheckFileRelative(String) - Method in class hudson.ivy.IvyModuleSet
Check that the provided file is a relative path.
doCheckIvyConf(String) - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
Check that the Ivy configuration file exists.
doCheckIvyFile(String) - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
Check that the workspace relative path to the ivy.xml file was entered and conforms to basic expectations.
doDoDeleteAllDisabledModules(StaplerResponse) - Method in class hudson.ivy.IvyModuleSet
Delete all disabled modules.
doEndProgress(String) - Method in class hudson.ivy.IvyMessageImpl
 
doHandleExternalTrigger(StaplerRequest, StaplerResponse) - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
Simulate what would happen internally if a successful build occurred on an IvyBuildTrigger managed project.
doProgress() - Method in class hudson.ivy.IvyMessageImpl
 
doSetName(String) - Method in class hudson.ivy.IvyModule
 

E

end() - Method in interface hudson.ivy.IvyBuildProxy2
Notifies that the build has left a module.
end() - Method in class hudson.ivy.IvyBuildProxy2.Filter
 
end(IvyBuild, Launcher, BuildListener) - Method in class hudson.ivy.IvyReporter
Called after the Ant/Ivy execution finished and the result is determined.
enterModule(IvyBuildProxy, BuildEvent, BuildListener) - Method in class hudson.ivy.IvyReporter
Called when the build enters a next IvyProject.
equals(Object) - Method in class hudson.ivy.ModuleDependency
 
equals(Object) - Method in class hudson.ivy.ModuleName
 
execute(IvyBuildProxy.BuildCallable<V, T>) - Method in interface hudson.ivy.IvyBuildProxy
Executes the given IvyBuildProxy.BuildCallable on the master, where one has access to IvyBuild and all the other Hudson objects.
execute(IvyBuildProxy.BuildCallable<V, T>) - Method in class hudson.ivy.IvyBuildProxy.Filter
 
executeAsync(IvyBuildProxy.BuildCallable<?, ?>) - Method in interface hudson.ivy.IvyBuildProxy
Executes the given IvyBuildProxy.BuildCallable asynchronously on the master.
executeAsync(IvyBuildProxy.BuildCallable<?, ?>) - Method in class hudson.ivy.IvyBuildProxy.Filter
 

F

FilteredChangeLogSet - Class in hudson.ivy
ChangeLogSet implementation used for IvyBuild.
findModuleBuildActions(Class<T>) - Method in class hudson.ivy.IvyModuleSetBuild
Finds Actions from all the module builds that belong to this IvyModuleSetBuild.
fromFileSystemName(String) - Static method in class hudson.ivy.ModuleName
 
fromString(String) - Static method in class hudson.ivy.ModuleName
 
futures - Variable in class hudson.ivy.IvyBuilder
Record all asynchronous executions as they are scheduled, to make sure they are all completed before we finish.

G

getAggregatedProjectAction(IvyModuleSet) - Method in class hudson.ivy.IvyReporter
Works like IvyReporter.getProjectAction(IvyModule) but works at IvyModuleSet level.
getAllJobs() - Method in class hudson.ivy.IvyModuleSet
 
getAnt() - Method in class hudson.ivy.IvyModuleSet
Gets the Ant to invoke.
getAntDescriptor() - Method in class hudson.ivy.IvyModuleSet.DescriptorImpl
 
getAntOpts() - Method in class hudson.ivy.IvyModuleSet
Possibly null, whitespace-separated (including TAB, NL, etc) VM options to be used to launch Ant process.
getAntProperties() - Method in class hudson.ivy.IvyModuleSet
 
getArtifactsDir() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
getArtifactsDir() - Method in interface hudson.ivy.IvyBuildProxy
 
getAssignedLabel() - Method in class hudson.ivy.IvyModule
IvyModule uses the workspace of the IvyModuleSet, so it always needs to be built on the same slave as the parent.
getBuildClass() - Method in class hudson.ivy.IvyModule
 
getBuildClass() - Method in class hudson.ivy.IvyModuleSet
 
getBuildFile() - Method in class hudson.ivy.IvyModuleSet
 
getBuildWrappers() - Method in class hudson.ivy.IvyModuleSet
Deprecated. as of 1.335 Use IvyModuleSet.getBuildWrappersList() to be consistent with other subtypes of AbstractProject.
getBuildWrappersList() - Method in class hudson.ivy.IvyModuleSet
 
getChangedModulesProperty() - Method in class hudson.ivy.IvyModuleSet
 
getChangeSet() - Method in class hudson.ivy.IvyBuild
 
getClassLoader() - Method in class hudson.ivy.IvyBuilder
 
getClassLoader() - Method in class hudson.ivy.IvyBuildProxy.Filter.AsyncInvoker
 
getConfigurations() - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
 
getDescriptor() - Method in class hudson.ivy.IvyModuleSet
 
getDescriptor() - Method in class hudson.ivy.IvyReporter
 
getDisabledModules(boolean) - Method in class hudson.ivy.IvyModuleSet
Possibly empty list of all disabled modules (if disabled==true) or all enabeld modules (if disabled==false)
getDisplayName() - Method in class hudson.ivy.IvyBuild
 
getDisplayName() - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
Implement the Descritor's display name.
getDisplayName() - Method in class hudson.ivy.IvyModule
 
getDisplayName() - Method in class hudson.ivy.IvyModuleSet.DescriptorImpl
 
getDownstreamRelationship(AbstractProject) - Method in class hudson.ivy.IvyModuleSetBuild
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.ivy.IvyModuleSet
 
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.ivy.IvyModuleSetBuild
 
getEnvironment(TaskListener) - Method in class hudson.ivy.IvyModuleSetBuild
Exposes ANT_OPTS to forked processes.
getExists() - Method in class hudson.ivy.IvyBuildTrigger.IvyConfiguration
 
getGlobalAntOpts() - Method in class hudson.ivy.IvyModuleSet.DescriptorImpl
 
getIndividualActionType() - Method in interface hudson.ivy.IvyAggregatedReport
Returns the implementation class of AggregatableAction that produces this IvyAggregatedReport.
getItem(String) - Method in class hudson.ivy.IvyModuleSet
 
getItems() - Method in class hudson.ivy.IvyModuleSet
 
getIvy() - Method in class hudson.ivy.IvyBuildTrigger
 
getIvyBranch() - Method in class hudson.ivy.IvyModule
Gets the Ivy branch in the ivy.xml file as of the last build.
getIvyBranch() - Method in class hudson.ivy.IvyModuleSet
 
getIvyConfName() - Method in class hudson.ivy.IvyBuildTrigger
 
getIvyConfPath() - Method in class hudson.ivy.IvyBuildTrigger.IvyConfiguration
 
getIvyFile() - Method in class hudson.ivy.IvyBuildTrigger
 
getIvyFileExcludesPattern() - Method in class hudson.ivy.IvyModuleSet
 
getIvyFilePattern() - Method in class hudson.ivy.IvyModuleSet
 
getIvylabel() - Method in class hudson.ivy.IvyBuildTrigger.UserCause
 
getJDK() - Method in class hudson.ivy.IvyModule
 
getLogRotator() - Method in class hudson.ivy.IvyModule
IvyModule follows the same log rotation schedule as its parent.
getLogs() - Method in class hudson.ivy.FilteredChangeLogSet
 
getMilliSecsSinceBuildStart() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
getMilliSecsSinceBuildStart() - Method in interface hudson.ivy.IvyBuildProxy
# of milliseconds elapsed since IvyBuildProxy.getTimestamp().
getModule(String) - Method in class hudson.ivy.IvyModuleSet
 
getModuleBuilds() - Method in class hudson.ivy.IvyModuleSetBuild
Computes the module builds that correspond to this build.
getModuleClass() - Method in class hudson.ivy.IvyModuleSet
 
getModuleLastBuilds() - Method in class hudson.ivy.IvyModuleSetBuild
Computes the latest module builds that correspond to this build.
getModuleName() - Method in class hudson.ivy.IvyModule
 
getModulePublishers() - Method in class hudson.ivy.IvyModuleSet
List of active Publishers that should be applied to all module builds.
getModules() - Method in class hudson.ivy.IvyModuleSet
 
getModuleSetBuild() - Method in class hudson.ivy.IvyBuild
Gets the "governing" IvyModuleSet that has set the workspace for this build.
getModuleSetRootDir() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
getModuleSetRootDir() - Method in interface hudson.ivy.IvyBuildProxy
Root directory of the owner IvyModuleSet
getName() - Method in class hudson.ivy.IvyBuildTrigger.IvyConfiguration
 
getName() - Method in class hudson.ivy.ModuleDependency
 
getParent() - Method in class hudson.ivy.IvyBuild
 
getParent() - Method in class hudson.ivy.IvyModule
 
getParent() - Method in class hudson.ivy.IvyModuleSet
 
getParent() - Method in class hudson.ivy.IvyModuleSetBuild
 
getParentBuild() - Method in class hudson.ivy.IvyBuild
Gets the IvyModuleSetBuild that has the same build number.
getProjectAction(IvyModuleSet) - Method in interface hudson.ivy.IvyAggregatedReport
Equivalent of BuildStep.getProjectAction(AbstractProject) for IvyAggregatedReport.
getProjectAction(IvyModule) - Method in class hudson.ivy.IvyReporter
Equivalent of BuildStep.getProjectAction(AbstractProject) for IvyReporter.
getProjectRootDir() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
getProjectRootDir() - Method in interface hudson.ivy.IvyBuildProxy
Root directory of the parent of this build.
getPronoun() - Method in class hudson.ivy.IvyModule
 
getPublishers() - Method in class hudson.ivy.IvyModule
List of active Publishers configured for this module.
getPublishers() - Method in class hudson.ivy.IvyModuleSet
List of active Publishers.
getPublishersList() - Method in class hudson.ivy.IvyModule
 
getPublishersList() - Method in class hudson.ivy.IvyModuleSet
 
getQueueItems() - Method in class hudson.ivy.IvyModuleSet
Returns the IvyModules that are in the queue.
getRelativePath() - Method in class hudson.ivy.IvyModule
Relative path to this module's root directory from the workspace of a IvyModuleSet.
getRelativePathToDescriptorFromModuleRoot() - Method in class hudson.ivy.IvyModule
 
getRelativePathToDescriptorFromModuleRoot() - Method in class hudson.ivy.IvyModuleSet
 
getRelativePathToModuleRoot() - Method in class hudson.ivy.IvyModule
 
getRequiredMonitorService() - Method in class hudson.ivy.IvyBuildTrigger
 
getResourceActivities() - Method in class hudson.ivy.IvyModuleSet
 
getResult() - Method in class hudson.ivy.IvyModuleSetBuild
Displays the combined status of all modules.
getRevision() - Method in class hudson.ivy.IvyModule
Gets the revision number in the ivy.xml file as of the last build.
getRootDir() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
getRootDir() - Method in interface hudson.ivy.IvyBuildProxy
Root directory of the build.
getRootDirFor(IvyModule) - Method in class hudson.ivy.IvyModuleSet
 
getShortDescription() - Method in class hudson.ivy.IvyBuildTrigger.UserCause
 
getShortUrl() - Method in class hudson.ivy.IvyModule
 
getTargets() - Method in class hudson.ivy.IvyModule
Gets the list of targets to execute for this module.
getTargets() - Method in class hudson.ivy.IvyModuleSet
Gets the list of targets to execute.
getTimestamp() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
getTimestamp() - Method in interface hudson.ivy.IvyBuildProxy
 
getUpUrl() - Method in class hudson.ivy.IvyBuild
 
getUrlChildPrefix() - Method in class hudson.ivy.IvyModuleSet
 
getUserConfiguredRelativePathToDescriptorFromModuleRoot() - Method in class hudson.ivy.IvyModule
 
getUserConfiguredTargets() - Method in class hudson.ivy.IvyModule
Gets the list of targets specified by the user, without taking inheritance and into account.
getUserConfiguredTargets() - Method in class hudson.ivy.IvyModuleSet
Gets the list of targets specified by the user, without taking inheritance into account.
getWorkspaceResource() - Method in class hudson.ivy.IvyModule
Deprecated. as of 1.319 in AbstractProject.

H

hasChangeSetComputed() - Method in class hudson.ivy.IvyBuild
We always get the changeset from IvyModuleSetBuild.
hasConfigScreen() - Method in class hudson.ivy.IvyReporterDescriptor
Returns true if this descriptor has config.jelly.
hasDisabledModule() - Method in class hudson.ivy.IvyModuleSet
Returns true if there's any disabled module.
hashCode() - Method in class hudson.ivy.ModuleDependency
 
hashCode() - Method in class hudson.ivy.ModuleName
 
hudson.ivy - package hudson.ivy
 

I

ignoreUpstreamChanges() - Method in class hudson.ivy.IvyModuleSet
 
inferAntInstallation() - Method in class hudson.ivy.IvyModuleSet
 
isAggregatorStyleBuild() - Method in class hudson.ivy.IvyModuleSet
 
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
Check if this Descriptor is applicable to the job type.
isArchivingDisabled() - Method in class hudson.ivy.IvyBuildProxy.Filter
 
isArchivingDisabled() - Method in interface hudson.ivy.IvyBuildProxy
If true, artifacts will not actually be archived to master.
isArchivingDisabled() - Method in class hudson.ivy.IvyModuleSet
 
isBuildable() - Method in class hudson.ivy.IvyModule
 
isEmptySet() - Method in class hudson.ivy.FilteredChangeLogSet
 
isExtendedVersionMatching() - Method in class hudson.ivy.IvyBuildTrigger.DescriptorImpl
 
isFingerprintConfigured() - Method in class hudson.ivy.IvyModule
 
isFingerprintConfigured() - Method in class hudson.ivy.IvyModuleSet
 
isIncrementalBuild() - Method in class hudson.ivy.IvyModuleSet
 
isNameEditable() - Method in class hudson.ivy.IvyModule
 
isTriggerWhenUnstable() - Method in class hudson.ivy.IvyBuildTrigger
 
isValid(String) - Static method in class hudson.ivy.ModuleName
Checks if the given name is valid module name string format created by ModuleName.toString().
iterator() - Method in class hudson.ivy.FilteredChangeLogSet
 
IvyAggregatedReport - Interface in hudson.ivy
Action to be associated with IvyModuleSetBuild, which usually displays some aspect of the aggregated results of the module builds (such as aggregated test result, aggregated coverage report, etc.)
IvyBuild - Class in hudson.ivy
Run for IvyModule.
IvyBuild(IvyModule) - Constructor for class hudson.ivy.IvyBuild
 
IvyBuild(IvyModule, Calendar) - Constructor for class hudson.ivy.IvyBuild
 
IvyBuild(IvyModule, File) - Constructor for class hudson.ivy.IvyBuild
 
IvyBuild_FailedEarlier() - Static method in class hudson.ivy.Messages
Build failed before it gets to this module
IvyBuild_Triggering(Object) - Static method in class hudson.ivy.Messages
Triggering a new build of {0}
IvyBuilder - Class in hudson.ivy
Callable that invokes Ant CLI (in process) and drives a build.
IvyBuilder(BuildListener, List<String>, Map<String, String>) - Constructor for class hudson.ivy.IvyBuilder
 
IvyBuilder_Aborted() - Static method in class hudson.ivy.Messages
Aborted
IvyBuilder_Failed() - Static method in class hudson.ivy.Messages
Ivy failed with error.
IvyBuilder_Waiting() - Static method in class hudson.ivy.Messages
Waiting for Hudson to finish collecting data
IvyBuildProxy - Interface in hudson.ivy
Remoting proxy interface for IvyReporters to talk to IvyBuild during the build.
IvyBuildProxy.BuildCallable<V,T extends java.lang.Throwable> - Interface in hudson.ivy
 
IvyBuildProxy.Filter<CORE extends IvyBuildProxy> - Class in hudson.ivy
Filter for IvyBuildProxy.
IvyBuildProxy.Filter(CORE) - Constructor for class hudson.ivy.IvyBuildProxy.Filter
 
IvyBuildProxy.Filter.AsyncInvoker - Class in hudson.ivy
Callable for invoking IvyBuildProxy.BuildCallable asynchronously.
IvyBuildProxy.Filter.AsyncInvoker(IvyBuildProxy, IvyBuildProxy.BuildCallable<?, ?>) - Constructor for class hudson.ivy.IvyBuildProxy.Filter.AsyncInvoker
 
IvyBuildProxy2 - Interface in hudson.ivy
A part of IvyBuildProxy that's used internally for aggregated build.
IvyBuildProxy2.Filter<CORE extends IvyBuildProxy2> - Class in hudson.ivy
Filter for IvyBuildProxy2.
IvyBuildProxy2.Filter(CORE) - Constructor for class hudson.ivy.IvyBuildProxy2.Filter
 
IvyBuildTrigger - Class in hudson.ivy
Trigger the build of other project based on the Ivy dependency management system.
IvyBuildTrigger(String, String, boolean) - Constructor for class hudson.ivy.IvyBuildTrigger
Constructor
IvyBuildTrigger(String, String) - Constructor for class hudson.ivy.IvyBuildTrigger
Deprecated. use IvyBuildTrigger.IvyBuildTrigger(String, String, boolean) instead
IvyBuildTrigger.DescriptorImpl - Class in hudson.ivy
The descriptor implementation of this trigger
IvyBuildTrigger.IvyConfiguration - Class in hudson.ivy
Container for the Ivy configuration.
IvyBuildTrigger.IvyConfiguration(String, String) - Constructor for class hudson.ivy.IvyBuildTrigger.IvyConfiguration
Contructor
IvyBuildTrigger.UserCause - Class in hudson.ivy
This cause is used when triggering downstream builds from the external event trigger.
IvyBuildTrigger.UserCause(String) - Constructor for class hudson.ivy.IvyBuildTrigger.UserCause
Constructor
IvyBuildTrigger_CheckIvyConf_PathNotFileError(Object) - Static method in class hudson.ivy.Messages
Path {0} is not a file
IvyBuildTrigger_CheckIvyConf_PathRequiredError() - Static method in class hudson.ivy.Messages
The Ivy settings path is required
IvyBuildTrigger_CheckIvyFile_PathAbsoluteError() - Static method in class hudson.ivy.Messages
The path to the ivy.xml file must be relative to the root of the project workspace
IvyBuildTrigger_CheckIvyFile_PathRequiredError() - Static method in class hudson.ivy.Messages
The path to the ivy.xml file is required
IvyBuildTrigger_DisplayName() - Static method in class hudson.ivy.Messages
Trigger the build of other projects based on the Ivy dependency management system
IvyBuildTrigger_UserCause_ShortDescription(Object, Object) - Static method in class hudson.ivy.Messages
IvyBuildTrigger external event ({0}): Started by user {1}
IvyDependency - Class in hudson.ivy
Invoke downstream projects with applicable parameters using Hudson's DependencyGraph.Dependency interface.
IvyDependency(AbstractProject, AbstractProject, Result) - Constructor for class hudson.ivy.IvyDependency
 
IvyMessageImpl - Class in hudson.ivy
This implements Ivy's MessageLogger.
IvyMessageImpl() - Constructor for class hudson.ivy.IvyMessageImpl
 
IvyModule - Class in hudson.ivy
Job that builds projects based on Ivy.
IvyModule_Pronoun() - Static method in class hudson.ivy.Messages
Module
IvyModule_UpstreamModuleBuildInProgress(Object) - Static method in class hudson.ivy.Messages
Upstream module {0} is already building.
IvyModuleSet - Class in hudson.ivy
Group of IvyModules.
IvyModuleSet(String) - Constructor for class hudson.ivy.IvyModuleSet
 
IvyModuleSet.DescriptorImpl - Class in hudson.ivy
 
IvyModuleSet.DescriptorImpl() - Constructor for class hudson.ivy.IvyModuleSet.DescriptorImpl
 
IvyModuleSet_DiplayName() - Static method in class hudson.ivy.Messages
Build an Ivy project
IvyModuleSetBuild - Class in hudson.ivy
Build for IvyModuleSet.
IvyModuleSetBuild(IvyModuleSet) - Constructor for class hudson.ivy.IvyModuleSetBuild
 
IvyModuleSetBuild(IvyModuleSet, File) - Constructor for class hudson.ivy.IvyModuleSetBuild
 
IvyModuleSetBuild_DiscoveredModule(Object, Object) - Static method in class hudson.ivy.Messages
Discovered a new module {0} {1}
IvyModuleSetBuild_FailedToParseIvyXml() - Static method in class hudson.ivy.Messages
Failed to parse ivy.xml files
IvyModuleSetBuild_NoIvyInstall() - Static method in class hudson.ivy.Messages
An Ivy installation needs to be available for this project to be built.
IvyModuleSetBuild_NoSuchAlternateSettings(Object) - Static method in class hudson.ivy.Messages
No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.
IvyModuleSetBuild_NoSuchIvyXmlFile(Object) - Static method in class hudson.ivy.Messages
No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?
IvyProbeAction_DisplayName() - Static method in class hudson.ivy.Messages
Monitor Ivy Process
IvyReporter - Class in hudson.ivy
Listens to the build execution of IvyBuild, and normally records some information and exposes thoses in IvyBuild later.
IvyReporter() - Constructor for class hudson.ivy.IvyReporter
 
IvyReporterDescriptor - Class in hudson.ivy
Descriptor for IvyReporter.
IvyReporterDescriptor(Class<? extends IvyReporter>) - Constructor for class hudson.ivy.IvyReporterDescriptor
 
IvyReporterDescriptor() - Constructor for class hudson.ivy.IvyReporterDescriptor
Infers the type of the corresponding Describable from the outer class.

L

leaveModule(IvyBuildProxy, BuildEvent, BuildListener) - Method in class hudson.ivy.IvyReporter
Called when the build leaves the current IvyProject.
listener - Variable in class hudson.ivy.IvyBuilder
Where error messages and so on are sent.
log(String, int) - Method in class hudson.ivy.IvyMessageImpl
 
logRotate() - Method in class hudson.ivy.IvyModuleSet
 

M

makeSearchIndex() - Method in class hudson.ivy.IvyModuleSet
 
Messages - Class in hudson.ivy
 
Messages() - Constructor for class hudson.ivy.Messages
 
ModuleDependency - Class in hudson.ivy
organisation + name + revision + branch.
ModuleDependency(String, String, String, String) - Constructor for class hudson.ivy.ModuleDependency
 
ModuleDependency(ModuleName, String, String) - Constructor for class hudson.ivy.ModuleDependency
 
ModuleDependency(DependencyDescriptor) - Constructor for class hudson.ivy.ModuleDependency
 
ModuleDependency(ModuleDescriptor) - Constructor for class hudson.ivy.ModuleDependency
 
ModuleName - Class in hudson.ivy
Version independent name of an Ivy module.
ModuleName(String, String) - Constructor for class hudson.ivy.ModuleName
 
ModuleName(ModuleDescriptor) - Constructor for class hudson.ivy.ModuleName
 
ModuleName(DependencyDescriptor) - Constructor for class hudson.ivy.ModuleName
 

N

name - Variable in class hudson.ivy.ModuleDependency
 
name - Variable in class hudson.ivy.ModuleName
 
needsToRunAfterFinalized() - Method in class hudson.ivy.IvyBuildTrigger
IvyBuildTrigger is only responsible for helping to build dependency graphs based on Ivy settings and configuration.
newAutoInstance(IvyModule) - Method in class hudson.ivy.IvyReporterDescriptor
Returns an instance used for automatic IvyReporter activation.
newBuild() - Method in class hudson.ivy.IvyModule
 
newInstance(String) - Method in class hudson.ivy.IvyModuleSet.DescriptorImpl
 
newInstance(StaplerRequest) - Method in class hudson.ivy.IvyReporterDescriptor
Deprecated. 

O

onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.ivy.IvyModule
 
onLoad(ItemGroup<? extends Item>, String) - Method in class hudson.ivy.IvyModuleSet
 
organisation - Variable in class hudson.ivy.ModuleDependency
 
organisation - Variable in class hudson.ivy.ModuleName
 

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.ivy.IvyBuildTrigger
The BuildStep perform implementation.
performDelete() - Method in class hudson.ivy.IvyModule
 
postBuild(IvyBuildProxy, BuildEvent, BuildListener) - Method in class hudson.ivy.IvyReporter
Called after a build of one Ivy module is completed.
preBuild(IvyBuildProxy, BuildEvent, BuildListener) - Method in class hudson.ivy.IvyReporter
Called before the actual ant execution begins.

R

rawlog(String, int) - Method in class hudson.ivy.IvyMessageImpl
 
registerAsAggregatedProjectAction(IvyReporter) - Method in class hudson.ivy.IvyBuildProxy.Filter
 
registerAsAggregatedProjectAction(IvyReporter) - Method in interface hudson.ivy.IvyBuildProxy
Nominates that the reporter will contribute a project action for this build by using IvyReporter.getAggregatedProjectAction(IvyModuleSet).
registerAsProjectAction(IvyReporter) - Method in class hudson.ivy.IvyBuild
 
registerAsProjectAction(IvyReporter) - Method in class hudson.ivy.IvyBuildProxy.Filter
 
registerAsProjectAction(IvyReporter) - Method in interface hudson.ivy.IvyBuildProxy
Nominates that the reporter will contribute a project action for this build by using IvyReporter.getProjectAction(IvyModule).
registerAsProjectAction(IvyReporter) - Method in class hudson.ivy.IvyModuleSetBuild
 
revision - Variable in class hudson.ivy.ModuleDependency
 
run() - Method in class hudson.ivy.IvyBuild
 
run() - Method in class hudson.ivy.IvyModuleSetBuild
 

S

scheduleDownstreamBuilds(BuildListener) - Method in class hudson.ivy.AbstractIvyBuild
Schedules all the downstream builds.
setAggregatorStyleBuild(boolean) - Method in class hudson.ivy.IvyModuleSet
 
setAnt(String) - Method in class hudson.ivy.IvyModuleSet
 
setAntOpts(String) - Method in class hudson.ivy.IvyModuleSet
Set ANT_OPTS.
setGlobalAntOpts(String) - Method in class hudson.ivy.IvyModuleSet.DescriptorImpl
 
setIgnoreUpstremChanges(boolean) - Method in class hudson.ivy.IvyModuleSet
 
setIncrementalBuild(boolean) - Method in class hudson.ivy.IvyModuleSet
 
setIsArchivingDisabled(boolean) - Method in class hudson.ivy.IvyModuleSet
 
setIvyBranch(String) - Method in class hudson.ivy.IvyModuleSet
 
setIvyFileExcludesPattern(String) - Method in class hudson.ivy.IvyModuleSet
 
setIvyFilePattern(String) - Method in class hudson.ivy.IvyModuleSet
 
setLogRotator(LogRotator) - Method in class hudson.ivy.IvyModule
Deprecated. Not allowed to configure log rotation per module.
setRelativePathToDescriptorFromModuleRoot(String) - Method in class hudson.ivy.IvyModuleSet
 
setResult(Result) - Method in class hudson.ivy.IvyBuildProxy.Filter
 
setResult(Result) - Method in interface hudson.ivy.IvyBuildProxy
 
setTargets(String) - Method in class hudson.ivy.IvyModuleSet
 
setWorkspace(FilePath) - Method in class hudson.ivy.IvyBuild
Backdoor for IvyModuleSetBuild to assign workspaces for modules.
shouldTriggerBuild(AbstractBuild, TaskListener, List<Action>) - Method in class hudson.ivy.IvyDependency
 
start() - Method in class hudson.ivy.IvyBuildProxy2.Filter
 
start() - Method in interface hudson.ivy.IvyBuildProxy2
Notifies that the build has entered a module.
submit(StaplerRequest, StaplerResponse) - Method in class hudson.ivy.IvyModule
 
submit(StaplerRequest, StaplerResponse) - Method in class hudson.ivy.IvyModuleSet
 
supportsLogRotator() - Method in class hudson.ivy.IvyModule
 

T

toFileSystemName() - Method in class hudson.ivy.ModuleName
Returns the "organisation$name" form, which is safe for the use as a file name, unlike ModuleName.toString().
toString() - Method in class hudson.ivy.ModuleName
Returns the "organization:name" form.

U

UNKNOWN - Static variable in class hudson.ivy.ModuleDependency
For compatibility reason, this value may be used in the revision and branch fields to indicate that they are unknown.
update(Map<IvyModule, List<IvyBuild>>, IvyBuild) - Method in interface hudson.ivy.IvyAggregatedReport
Called whenever a new module build is completed, to update the aggregated report.
updateTransientActions() - Method in class hudson.ivy.AbstractIvyProject
 
updateTransientActions() - Method in class hudson.ivy.IvyModuleSet
 

W

withUnknownRevision() - Method in class hudson.ivy.ModuleDependency
Returns organisation+name+branch with unknown revision.
withUnknownRevisionAndBranch() - Method in class hudson.ivy.ModuleDependency
Returns organisation+name with unknown revision and branch.

_

_IvyBuild_FailedEarlier() - Static method in class hudson.ivy.Messages
Build failed before it gets to this module
_IvyBuild_Triggering(Object) - Static method in class hudson.ivy.Messages
Triggering a new build of {0}
_IvyBuilder_Aborted() - Static method in class hudson.ivy.Messages
Aborted
_IvyBuilder_Failed() - Static method in class hudson.ivy.Messages
Ivy failed with error.
_IvyBuilder_Waiting() - Static method in class hudson.ivy.Messages
Waiting for Hudson to finish collecting data
_IvyBuildTrigger_CheckIvyConf_PathNotFileError(Object) - Static method in class hudson.ivy.Messages
Path {0} is not a file
_IvyBuildTrigger_CheckIvyConf_PathRequiredError() - Static method in class hudson.ivy.Messages
The Ivy settings path is required
_IvyBuildTrigger_CheckIvyFile_PathAbsoluteError() - Static method in class hudson.ivy.Messages
The path to the ivy.xml file must be relative to the root of the project workspace
_IvyBuildTrigger_CheckIvyFile_PathRequiredError() - Static method in class hudson.ivy.Messages
The path to the ivy.xml file is required
_IvyBuildTrigger_DisplayName() - Static method in class hudson.ivy.Messages
Trigger the build of other projects based on the Ivy dependency management system
_IvyBuildTrigger_UserCause_ShortDescription(Object, Object) - Static method in class hudson.ivy.Messages
IvyBuildTrigger external event ({0}): Started by user {1}
_IvyModule_Pronoun() - Static method in class hudson.ivy.Messages
Module
_IvyModule_UpstreamModuleBuildInProgress(Object) - Static method in class hudson.ivy.Messages
Upstream module {0} is already building.
_IvyModuleSet_DiplayName() - Static method in class hudson.ivy.Messages
Build an Ivy project
_IvyModuleSetBuild_DiscoveredModule(Object, Object) - Static method in class hudson.ivy.Messages
Discovered a new module {0} {1}
_IvyModuleSetBuild_FailedToParseIvyXml() - Static method in class hudson.ivy.Messages
Failed to parse ivy.xml files
_IvyModuleSetBuild_NoIvyInstall() - Static method in class hudson.ivy.Messages
An Ivy installation needs to be available for this project to be built.
_IvyModuleSetBuild_NoSuchAlternateSettings(Object) - Static method in class hudson.ivy.Messages
No such settings file {0} exists Please verify that your alternate settings file is specified properly and exists in the workspace.
_IvyModuleSetBuild_NoSuchIvyXmlFile(Object) - Static method in class hudson.ivy.Messages
No such file {0} Perhaps you need to specify the correct ivy.xml file path in the project configuration?
_IvyProbeAction_DisplayName() - Static method in class hudson.ivy.Messages
Monitor Ivy Process

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

Copyright © 2010. All Rights Reserved.