A B C D F G J L M O P R S T U 

A

addListener(AntListener) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 
AntElement - Class in org.jenkinsci.ant
Represents an XML element that constitute an Ant task invocation.
AntElement(AntEvent, RuntimeConfigurable) - Constructor for class org.jenkinsci.ant.AntElement
 
AntElementProxy - Interface in org.jenkinsci.ant
Base type for the type-safe proxy interface to represent Ant tasks.
AntEvent - Class in org.jenkinsci.ant
Wraps BuildEvent and provides convenience methods.
AntEvent(BuildEvent) - Constructor for class org.jenkinsci.ant.AntEvent
 
AntListener - Class in org.jenkinsci.ant
Gets notified of the build in progress as AntEvents.
AntListener() - Constructor for class org.jenkinsci.ant.AntListener
 
AntSpyListener - Class in <Unnamed>
BuildListenerAdapter that picks up AntListener from META-INF/services.
AntSpyListener() - Constructor for class AntSpyListener
 
AntTask - Class in org.jenkinsci.ant
Wraps Ant Task and provides convenience methods.
AntTask(AntEvent, Task) - Constructor for class org.jenkinsci.ant.AntTask
 
as(Class<T>) - Method in class org.jenkinsci.ant.AntElement
Wraps this AntElement into a type-safe proxy.

B

buildFinished(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals that the last target has finished.
buildFinished(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 
BuildListenerAdapter - Class in org.jenkinsci.ant
Receives build events as BuildListener and forwards them to AntListener.
BuildListenerAdapter() - Constructor for class org.jenkinsci.ant.BuildListenerAdapter
 
buildStarted(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals that a build has started.
buildStarted(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 

C

classpath() - Method in interface org.jenkinsci.ant.tasks.JavacTask
 

D

dir() - Method in interface org.jenkinsci.ant.tasks.FileSet
the root of the directory tree of this FileSet.

F

file() - Method in interface org.jenkinsci.ant.tasks.FileSet
shortcut for specifying a single-file fileset
FileSet - Interface in org.jenkinsci.ant.tasks
fileset() - Method in interface org.jenkinsci.ant.tasks.Path
 

G

getChildElement(String) - Method in class org.jenkinsci.ant.AntElement
 
getChildElements(String) - Method in class org.jenkinsci.ant.AntElement
 
getChildElements(String, Class<T>) - Method in class org.jenkinsci.ant.AntElement
Gets all the child elements of the same name, as a type-safe proxy.
getDescription() - Method in class org.jenkinsci.ant.AntTask
 
getElementName() - Method in class org.jenkinsci.ant.AntElement
Gets the element name.
getException() - Method in class org.jenkinsci.ant.AntEvent
 
getFileAttribute(String) - Method in class org.jenkinsci.ant.AntElement
 
getLocation() - Method in class org.jenkinsci.ant.AntTask
 
getMessage() - Method in class org.jenkinsci.ant.AntEvent
 
getPriority() - Method in class org.jenkinsci.ant.AntEvent
 
getProject() - Method in class org.jenkinsci.ant.AntEvent
 
getProperty(String) - Method in class org.jenkinsci.ant.AntEvent
 
getStringAttribute(String) - Method in class org.jenkinsci.ant.AntElement
 
getStructure() - Method in class org.jenkinsci.ant.AntTask
Introspect structure of Ant task invocation.
getStructure(Class<T>) - Method in class org.jenkinsci.ant.AntTask
 
getTarget() - Method in class org.jenkinsci.ant.AntEvent
 
getTask() - Method in class org.jenkinsci.ant.AntEvent
 
getTaskName() - Method in class org.jenkinsci.ant.AntTask
 

J

JavacTask - Interface in org.jenkinsci.ant.tasks

L

load(ClassLoader, Class<T>) - Static method in class org.jenkinsci.ant.ServiceLoader
 
location() - Method in interface org.jenkinsci.ant.tasks.PathElement
 

M

messageLogged(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals a message logging event.
messageLogged(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 

O

org.jenkinsci.ant - package org.jenkinsci.ant
 
org.jenkinsci.ant.tasks - package org.jenkinsci.ant.tasks
 

P

Path - Interface in org.jenkinsci.ant.tasks
Represents a path-like structure.
pathelement() - Method in interface org.jenkinsci.ant.tasks.Path
 
PathElement - Interface in org.jenkinsci.ant.tasks
 

R

removeListener(AntListener) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 

S

ServiceLoader - Class in org.jenkinsci.ant
 
ServiceLoader() - Constructor for class org.jenkinsci.ant.ServiceLoader
 
srcdir() - Method in interface org.jenkinsci.ant.tasks.JavacTask
 

T

targetFinished(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals that a target has finished.
targetFinished(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 
targetStarted(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals that a target is starting.
targetStarted(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 
taskFinished(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals that a task has finished.
taskFinished(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 
taskStarted(AntEvent) - Method in class org.jenkinsci.ant.AntListener
Signals that a task is starting.
taskStarted(BuildEvent) - Method in class org.jenkinsci.ant.BuildListenerAdapter
 

U

unwrap() - Method in interface org.jenkinsci.ant.AntElementProxy
Retrieves the underlying AntElement that this proxy represents.
A B C D F G J L M O P R S T U 

Copyright © 2004-2012. All Rights Reserved.