Serialized Form


Package hudson.ivy

Class hudson.ivy.IvyBuilder extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

goals

List<E> goals
Goals to be executed in this Ant execution.


systemProps

Map<K,V> systemProps
Hudson-defined system properties. These will be made available to Ant, and accessible as if they are specified as -Dkey=value


listener

hudson.model.BuildListener listener
Where error messages and so on are sent.

Class hudson.ivy.IvyBuildProxy.Filter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

core

IvyBuildProxy core

Class hudson.ivy.IvyBuildProxy.Filter.AsyncInvoker extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

proxy

IvyBuildProxy proxy

program

IvyBuildProxy.BuildCallable<V,T extends Throwable> program

Class hudson.ivy.IvyBuildProxy2.Filter extends IvyBuildProxy.Filter<CORE extends IvyBuildProxy2> implements Serializable

Class hudson.ivy.IvyReporter extends Object implements Serializable

Class hudson.ivy.ModuleDependency extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

organisation

String organisation

name

String name

revision

String revision

branch

String branch

Class hudson.ivy.ModuleName extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

organisation

String organisation

name

String name



Copyright © 2004-2012 Hudson. All Rights Reserved.