Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
$
A
B
C
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
$
$$$getRootComponent$$$()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
BootPage
$$$getRootComponent$$$()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
SelectEBSPage
$$$getRootComponent$$$()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
SelectKeyPage
$$$getRootComponent$$$()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
StartPage
A
abortBusy()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
BootPage
add(JRadioButton)
- Method in class org.jvnet.hudson.ec2.launcher.gui.
CompletionUpdater
add(JTextField)
- Method in class org.jvnet.hudson.ec2.launcher.gui.
CompletionUpdater
add(JList)
- Method in class org.jvnet.hudson.ec2.launcher.gui.
CompletionUpdater
App
- Class in
org.jvnet.hudson.ec2.launcher.gui
Main entry point.
App()
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
App
applyState()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
SelectEBSPage
applyState()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
SelectKeyPage
applyState()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
StartPage
asListModel()
- Method in class org.jvnet.hudson.ec2.launcher.
StorageList
attach(ReservationDescription.Instance, Jec2)
- Method in class org.jvnet.hudson.ec2.launcher.
Storage
Attaches all the volumes, and returns the device names.
available()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
B
Booter
- Class in
org.jvnet.hudson.ec2.launcher
Executes the boot up sequence of Hudson.
Booter(Page, OutputStream)
- Constructor for class org.jvnet.hudson.ec2.launcher.
Booter
BootPage
- Class in
org.jvnet.hudson.ec2.launcher.gui
Boot the instance and perform necessary initialization to start Hudson.
BootPage(WizardState)
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
BootPage
busyCursor()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
Page
C
checkBootStatus(ReservationDescription.Instance)
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
close()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
close()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
CompletionUpdater
- Class in
org.jvnet.hudson.ec2.launcher.gui
Simplifies event subscriptions so that a single update method gets called regardless of the component that changes.
CompletionUpdater()
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
CompletionUpdater
connect(FastPipedOutputStream)
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
connect(FastPipedInputStream)
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
create(Launcher, String, int)
- Method in class org.jvnet.hudson.ec2.launcher.
StorageList
Creates a new storage.
F
FastPipedInputStream
- Class in
org.jvnet.hudson.ec2.launcher
This class is equivalent to
java.io.PipedInputStream
.
FastPipedInputStream(FastPipedOutputStream)
- Constructor for class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
Creates a PipedInputStream with a default buffer size and connects it to
source
.
FastPipedInputStream(FastPipedOutputStream, int)
- Constructor for class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
Creates a PipedInputStream with buffer size
bufferSize
and connects it to
source
.
FastPipedOutputStream
- Class in
org.jvnet.hudson.ec2.launcher
This class is equivalent to
java.io.PipedOutputStream
.
FastPipedOutputStream()
- Constructor for class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
Creates an unconnected PipedOutputStream.
FastPipedOutputStream(FastPipedInputStream)
- Constructor for class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
Creates a PipedOutputStream with a default buffer size and connects it to
sink
.
FastPipedOutputStream(FastPipedInputStream, int)
- Constructor for class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
Creates a PipedOutputStream with buffer size
bufferSize
and connects it to
sink
.
finalize()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
finalize()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
flush()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
G
get(String)
- Method in class org.jvnet.hudson.ec2.launcher.
StorageList
getAccessId()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
getAvailabilityZone(Jec2)
- Method in class org.jvnet.hudson.ec2.launcher.
Storage
Determines the availability zone that this storage set lives on.
getEc2()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
getInstance()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
getPrivateKey()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
getSecretKey()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
getStorage()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
GuiExceptionHandler
- Class in
org.jvnet.hudson.ec2.launcher.gui
GuiExceptionHandler()
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
GuiExceptionHandler
H
handle(Throwable)
- Method in class org.jvnet.hudson.ec2.launcher.gui.
GuiExceptionHandler
has(JTextField)
- Method in class org.jvnet.hudson.ec2.launcher.gui.
CompletionUpdater
I
InstanceState
- Enum in
org.jvnet.hudson.ec2.launcher
EC2 instance state.
isAllVolumesPresent(List<VolumeInfo>)
- Method in class org.jvnet.hudson.ec2.launcher.
Storage
Does the specified list contain all the volumes needed by this
Storage
?
iterator()
- Method in class org.jvnet.hudson.ec2.launcher.
StorageList
L
launcher
- Variable in class org.jvnet.hudson.ec2.launcher.gui.
Page
Launcher
- Class in
org.jvnet.hudson.ec2.launcher
Encapsulates the logic of starting a Hudson on EC2 with EBS.
Launcher()
- Constructor for class org.jvnet.hudson.ec2.launcher.
Launcher
M
main(String[])
- Static method in class org.jvnet.hudson.ec2.launcher.gui.
App
mark(int)
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
markSupported()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
N
name
- Variable in class org.jvnet.hudson.ec2.launcher.
Storage
Name of this storage.
O
onEnd()
- Method in class org.jvnet.hudson.ec2.launcher.
Booter
OperatorErrorException
- Exception in
org.jvnet.hudson.ec2.launcher
Signals an error that should be reported to the user without the stack trace.
OperatorErrorException(String)
- Constructor for exception org.jvnet.hudson.ec2.launcher.
OperatorErrorException
OperatorErrorException(String, Throwable)
- Constructor for exception org.jvnet.hudson.ec2.launcher.
OperatorErrorException
OperatorErrorException(Throwable)
- Constructor for exception org.jvnet.hudson.ec2.launcher.
OperatorErrorException
org.jvnet.hudson.ec2.launcher
- package org.jvnet.hudson.ec2.launcher
org.jvnet.hudson.ec2.launcher.gui
- package org.jvnet.hudson.ec2.launcher.gui
P
Page
- Class in
org.jvnet.hudson.ec2.launcher.gui
Page(WizardState)
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
Page
parse(ReservationDescription.Instance)
- Static method in enum org.jvnet.hudson.ec2.launcher.
InstanceState
prepare()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
BootPage
prepare()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
SelectEBSPage
R
read()
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
read(byte[])
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
read(byte[], int, int)
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedInputStream
reportError(String)
- Method in class org.jvnet.hudson.ec2.launcher.
Booter
reportError(String, Throwable)
- Method in class org.jvnet.hudson.ec2.launcher.gui.
Page
reportStatus(String)
- Method in class org.jvnet.hudson.ec2.launcher.
Booter
restoreCursor()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
Page
run()
- Method in class org.jvnet.hudson.ec2.launcher.
Booter
S
SelectEBSPage
- Class in
org.jvnet.hudson.ec2.launcher.gui
Asks the user to select the Elastic Block Storage to run Hudson with.
SelectEBSPage(WizardState)
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
SelectEBSPage
SelectKeyPage
- Class in
org.jvnet.hudson.ec2.launcher.gui
Selects an existing key or create a new one.
SelectKeyPage(WizardState)
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
SelectKeyPage
setCredential(String, String)
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
Configures the launcher withe the AWS credential.
setPrivateKey(File)
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
Sets the private key used for launching EC2 instances.
setStorage(Storage)
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
Chooses the storage to be used for Hudson.
size()
- Method in class org.jvnet.hudson.ec2.launcher.
StorageList
start()
- Method in class org.jvnet.hudson.ec2.launcher.
Launcher
Starts the EC2 instance asynchronously.
StartPage
- Class in
org.jvnet.hudson.ec2.launcher.gui
Asks for the login information.
StartPage(WizardState)
- Constructor for class org.jvnet.hudson.ec2.launcher.gui.
StartPage
state
- Variable in class org.jvnet.hudson.ec2.launcher.gui.
Page
Storage
- Class in
org.jvnet.hudson.ec2.launcher
Storage(String, String...)
- Constructor for class org.jvnet.hudson.ec2.launcher.
Storage
StorageList
- Class in
org.jvnet.hudson.ec2.launcher
View of the Hudson storage list configured for the current account.
StorageList(String, String)
- Constructor for class org.jvnet.hudson.ec2.launcher.
StorageList
T
toString()
- Method in class org.jvnet.hudson.ec2.launcher.
Storage
U
update()
- Method in class org.jvnet.hudson.ec2.launcher.gui.
CompletionUpdater
Called for a change in the any of the component.
V
valueOf(String)
- Static method in enum org.jvnet.hudson.ec2.launcher.
InstanceState
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jvnet.hudson.ec2.launcher.
InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.
volumes
- Variable in class org.jvnet.hudson.ec2.launcher.
Storage
EBS volumes IDs that are used as a single ZFS pool.
W
write(int)
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
write(byte[])
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
write(byte[], int, int)
- Method in class org.jvnet.hudson.ec2.launcher.
FastPipedOutputStream
$
A
B
C
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009. All Rights Reserved.