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

A

addDisposableEvent(String, String) - Static method in class com.redhat.foreman.ForemanSharedNodeCloud
 
asNode() - Method in class com.redhat.foreman.ForemanSharedNode
 
AuthFailure() - Static method in class com.redhat.foreman.Messages
Key AuthFailure: Authentication failure.

C

canProvision(Label) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
 
canTake(Queue.BuildableItem) - Method in class com.redhat.foreman.ForemanSharedNode
 
CheckCompatibleHostsFailure() - Static method in class com.redhat.foreman.Messages
Key CheckCompatibleHostsFailure: No hosts found that have defined parameters of JENKINS_LABEL, RESERVED, JENKINS_SLAVE_REMOTEFS_ROOT.
CheckCompatibleHostsOK() - Static method in class com.redhat.foreman.Messages
Key CheckCompatibleHostsOK: <b>The following hosts are compatible:</b> <small>(parameters JENKINS_LABEL, RESERVED, JENKINS_SLAVE_REMOTEFS_ROOT are defined)</small>.
com.redhat.foreman - package com.redhat.foreman
 
com.redhat.foreman.launcher - package com.redhat.foreman.launcher
 
createComputer() - Method in class com.redhat.foreman.ForemanSharedNode
 

D

DeletedCause() - Static method in class com.redhat.foreman.Messages
Key DeletedCause: Slave is pending removal..
deleteSlave() - Method in class com.redhat.foreman.ForemanComputer
Delete the slave, terminate the instance
DisposableImpl - Class in com.redhat.foreman
Created by shebert on 27/09/16.
DisposableImpl(String, String) - Constructor for class com.redhat.foreman.DisposableImpl
 
dispose() - Method in class com.redhat.foreman.DisposableImpl
 
doConfigure(StaplerResponse) - Method in class com.redhat.foreman.ForemanComputer
 
doDoDelete() - Method in class com.redhat.foreman.ForemanComputer
 
doFillCredentialsIdItems() - Method in class com.redhat.foreman.ForemanSharedNodeCloud.DescriptorImpl
Fill SSH credentials.
doTestConnection(String, String, Secret) - Method in class com.redhat.foreman.ForemanSharedNodeCloud.DescriptorImpl
Test connection.

E

eagerlyReturnNodeLater(Computer) - Static method in class com.redhat.foreman.ForemanComputer
We want to eagerly return the node to Foreman in an asynchronous thread.
eagerlyReturnNodeLater() - Method in class com.redhat.foreman.ForemanComputer
We want to eagerly return current instance of ForemanComputer in an asynchronous thread.
Error() - Static method in class com.redhat.foreman.Messages
Key Error: Error.
execute(TaskListener) - Method in class com.redhat.foreman.ForemanCleanupThread
 
execute(TaskListener) - Method in class com.redhat.foreman.ForemanSharedNodeCloud.ForemanSharedNodeWorker
 

F

ForemanAPI - Class in com.redhat.foreman
Foreman API.
ForemanAPI(String, String, Secret) - Constructor for class com.redhat.foreman.ForemanAPI
Foreman API Constructor.
ForemanAPI.ActionFailed - Exception in com.redhat.foreman
Action or query performed by the library has failed.
ForemanAPI.ActionFailed(String) - Constructor for exception com.redhat.foreman.ForemanAPI.ActionFailed
 
ForemanAPI.ActionFailed(String, Throwable) - Constructor for exception com.redhat.foreman.ForemanAPI.ActionFailed
 
ForemanAPI.ActionFailed(Throwable) - Constructor for exception com.redhat.foreman.ForemanAPI.ActionFailed
 
ForemanAPI.CommunicationError - Exception in com.redhat.foreman
Problem while talking to Foreman.
ForemanAPI.CommunicationError(String) - Constructor for exception com.redhat.foreman.ForemanAPI.CommunicationError
 
ForemanAPI.CommunicationError(String, Throwable) - Constructor for exception com.redhat.foreman.ForemanAPI.CommunicationError
 
ForemanAPI.CommunicationError(Throwable) - Constructor for exception com.redhat.foreman.ForemanAPI.CommunicationError
 
ForemanAPI.ProtocolMismatch - Exception in com.redhat.foreman
Library does not comprehend Foreman reply.
ForemanAPI.ProtocolMismatch(String) - Constructor for exception com.redhat.foreman.ForemanAPI.ProtocolMismatch
 
ForemanAPI.ProtocolMismatch(String, Throwable) - Constructor for exception com.redhat.foreman.ForemanAPI.ProtocolMismatch
 
ForemanAPI.ProtocolMismatch(Throwable) - Constructor for exception com.redhat.foreman.ForemanAPI.ProtocolMismatch
 
ForemanCleanupThread - Class in com.redhat.foreman
Cleanup thread for ForemanSharedNode instances which are in PendingDelete state
ForemanCleanupThread() - Constructor for class com.redhat.foreman.ForemanCleanupThread
 
ForemanCleanupThread.OnLoadedListener - Class in com.redhat.foreman
 
ForemanCleanupThread.OnLoadedListener() - Constructor for class com.redhat.foreman.ForemanCleanupThread.OnLoadedListener
 
ForemanComputer - Class in com.redhat.foreman
Foreman Cloud Computer.
ForemanComputer(ForemanSharedNode) - Constructor for class com.redhat.foreman.ForemanComputer
Default constructor.
ForemanComputerLauncherFactory - Class in com.redhat.foreman.launcher
Interface for Foreman Computer Launcher.
ForemanComputerLauncherFactory() - Constructor for class com.redhat.foreman.launcher.ForemanComputerLauncherFactory
 
ForemanComputerListener - Class in com.redhat.foreman
Computer listener to cleanup after failed launches.
ForemanComputerListener() - Constructor for class com.redhat.foreman.ForemanComputerListener
 
ForemanSharedNode - Class in com.redhat.foreman
Foreman Shared Node.
ForemanSharedNode(ProvisioningActivity.Id, String, String, ComputerLauncher, RetentionStrategy<AbstractCloudComputer>, List<? extends NodeProperty<?>>) - Constructor for class com.redhat.foreman.ForemanSharedNode
Foreman Shared Node.
ForemanSharedNode.DescriptorImpl - Class in com.redhat.foreman
Slave descriptor.
ForemanSharedNode.DescriptorImpl() - Constructor for class com.redhat.foreman.ForemanSharedNode.DescriptorImpl
 
ForemanSharedNodeCloud - Class in com.redhat.foreman
Foreman Shared Node Cloud implementation.
ForemanSharedNodeCloud(String) - Constructor for class com.redhat.foreman.ForemanSharedNodeCloud
Constructor with name.
ForemanSharedNodeCloud(String, String, String, Secret, String, Integer) - Constructor for class com.redhat.foreman.ForemanSharedNodeCloud
Constructor for Config Page.
ForemanSharedNodeCloud.DescriptorImpl - Class in com.redhat.foreman
Descriptor for Foreman Cloud.
ForemanSharedNodeCloud.DescriptorImpl() - Constructor for class com.redhat.foreman.ForemanSharedNodeCloud.DescriptorImpl
 
ForemanSharedNodeCloud.ForemanSharedNodeWorker - Class in com.redhat.foreman
Update the inventory periodically.
ForemanSharedNodeCloud.ForemanSharedNodeWorker() - Constructor for class com.redhat.foreman.ForemanSharedNodeCloud.ForemanSharedNodeWorker
 
ForemanSSHComputerLauncherFactory - Class in com.redhat.foreman.launcher
SSH Launcher Factory.
ForemanSSHComputerLauncherFactory(int, String, Integer) - Constructor for class com.redhat.foreman.launcher.ForemanSSHComputerLauncherFactory
Populate factory with host agnostic configuration.

G

getAllHosts() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
 
getAllReservedHosts() - Method in class com.redhat.foreman.ForemanAPI
Get the list of all already reserved hosts from Foreman for this Jenkins.
getByName(String) - Static method in class com.redhat.foreman.ForemanSharedNodeCloud
Get Cloud using provided name.
getCloudName() - Method in class com.redhat.foreman.DisposableImpl
 
getCloudName() - Method in class com.redhat.foreman.ForemanSharedNode
 
getCloudName() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Get Foreman Cloud Name.
getCredentialsId() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Get credentials for SSH connection.
getDisplayName() - Method in class com.redhat.foreman.DisposableImpl
 
getDisplayName() - Method in class com.redhat.foreman.ForemanSharedNode.DescriptorImpl
 
getDisplayName() - Method in class com.redhat.foreman.ForemanSharedNodeCloud.DescriptorImpl
 
getForemanComputerLauncher(HostInfo) - Method in class com.redhat.foreman.launcher.ForemanComputerLauncherFactory
Responsible for producing a Computer Launcher.
getForemanComputerLauncher(HostInfo) - Method in class com.redhat.foreman.launcher.ForemanSSHComputerLauncherFactory
Create launcher tailored for particular host.
getHostInfo(String) - Method in class com.redhat.foreman.ForemanAPI
Get host info.
getId() - Method in class com.redhat.foreman.ForemanComputer
 
getId() - Method in class com.redhat.foreman.ForemanSharedNode
 
getJavaPath() - Method in class com.redhat.foreman.HostInfo
Path to executable to be launched on node side to start the agent.
getLabels() - Method in class com.redhat.foreman.HostInfo
String of label tokens.
getLabelSet() - Method in class com.redhat.foreman.HostInfo
 
getName() - Method in class com.redhat.foreman.DisposableImpl
 
getName() - Method in class com.redhat.foreman.HostInfo
Name of the host.
getNode() - Method in class com.redhat.foreman.ForemanComputer
 
getPassword() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Foreman password.
getRecurrencePeriod() - Method in class com.redhat.foreman.ForemanCleanupThread
 
getRecurrencePeriod() - Method in class com.redhat.foreman.ForemanSharedNodeCloud.ForemanSharedNodeWorker
 
getRemoteFs() - Method in class com.redhat.foreman.HostInfo
Path to remote Jenkins FS.
getReservedFor() - Method in class com.redhat.foreman.HostInfo
Identification of the current owner of the machine.
getSshConnectionTimeOut() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Get SSH connection time in seconds.
getUrl() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Get Foreman url.
getUser() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Get Foreman user.
getVersion() - Method in class com.redhat.foreman.ForemanAPI
Get Foreman version.

H

HostInfo - Class in com.redhat.foreman
Foreman host details.
HostInfo(String, List<HostInfo.Parameter>) - Constructor for class com.redhat.foreman.HostInfo
 

I

InvalidURI() - Static method in class com.redhat.foreman.Messages
Key InvalidURI: Invalid Foreman API Url.
isInstantiable() - Method in class com.redhat.foreman.ForemanSharedNode.DescriptorImpl
 
isOperational() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
 
isPendingDelete() - Method in class com.redhat.foreman.ForemanComputer
Is slave pending termination.
isReserved() - Method in class com.redhat.foreman.HostInfo
 

M

Messages - Class in com.redhat.foreman
Generated localization support class.
Messages() - Constructor for class com.redhat.foreman.Messages
 

N

NotFound() - Static method in class com.redhat.foreman.Messages
Key NotFound: Not found.

O

onLaunchFailure(Computer, TaskListener) - Method in class com.redhat.foreman.ForemanComputerListener
 
onLoaded() - Method in class com.redhat.foreman.ForemanCleanupThread.OnLoadedListener
 

P

PluginName() - Static method in class com.redhat.foreman.Messages
Key PluginName: Foreman Slave.
preLaunch(Computer, TaskListener) - Method in class com.redhat.foreman.ForemanComputerListener
 
provision(Label, int) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
 

R

release(String) - Method in class com.redhat.foreman.ForemanAPI
Release host from Foreman.
reserveHost(HostInfo) - Method in class com.redhat.foreman.ForemanAPI
Reserve host outright.

S

satisfies(Label) - Method in class com.redhat.foreman.HostInfo
Determine whether this host matches label expression.
setCloudName(String) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Set Foreman Cloud Name.
setCredentialsId(String) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Setter for credentialsId.
setOperational() - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Set the ForemanSharedNodeCloud to Operational state (Operational == true).
setOperational(boolean) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Set the ForemanSharedNodeCloud to desired Operation state (Operation == status).
setPassword(Secret) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Set Foreman password.
setPendingDelete(boolean) - Method in class com.redhat.foreman.ForemanComputer
Flag the slave to be removed
setUrl(String) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Set Foreman url.
setUser(String) - Method in class com.redhat.foreman.ForemanSharedNodeCloud
Set Foreman user.
Success() - Static method in class com.redhat.foreman.Messages
Key Success: Success.

T

taskCompleted(Executor, Queue.Task, long) - Method in class com.redhat.foreman.ForemanComputer
 
taskCompletedWithProblems(Executor, Queue.Task, long, Throwable) - Method in class com.redhat.foreman.ForemanComputer
 
TestConnectionFailure() - Static method in class com.redhat.foreman.Messages
Key TestConnectionFailure: An error occurred while getting version of Foreman! Foreman server is probably unreachable..
TestConnectionOK(Object) - Static method in class com.redhat.foreman.Messages
Key TestConnectionOK: Foreman version is {0}.
toString() - Method in class com.redhat.foreman.ForemanSharedNodeCloud.ForemanSharedNodeWorker
 

_

_AuthFailure() - Static method in class com.redhat.foreman.Messages
Key AuthFailure: Authentication failure.
_CheckCompatibleHostsFailure() - Static method in class com.redhat.foreman.Messages
Key CheckCompatibleHostsFailure: No hosts found that have defined parameters of JENKINS_LABEL, RESERVED, JENKINS_SLAVE_REMOTEFS_ROOT.
_CheckCompatibleHostsOK() - Static method in class com.redhat.foreman.Messages
Key CheckCompatibleHostsOK: <b>The following hosts are compatible:</b> <small>(parameters JENKINS_LABEL, RESERVED, JENKINS_SLAVE_REMOTEFS_ROOT are defined)</small>.
_DeletedCause() - Static method in class com.redhat.foreman.Messages
Key DeletedCause: Slave is pending removal..
_Error() - Static method in class com.redhat.foreman.Messages
Key Error: Error.
_InvalidURI() - Static method in class com.redhat.foreman.Messages
Key InvalidURI: Invalid Foreman API Url.
_NotFound() - Static method in class com.redhat.foreman.Messages
Key NotFound: Not found.
_PluginName() - Static method in class com.redhat.foreman.Messages
Key PluginName: Foreman Slave.
_Success() - Static method in class com.redhat.foreman.Messages
Key Success: Success.
_terminate(TaskListener) - Method in class com.redhat.foreman.ForemanSharedNode
 
_TestConnectionFailure() - Static method in class com.redhat.foreman.Messages
Key TestConnectionFailure: An error occurred while getting version of Foreman! Foreman server is probably unreachable..
_TestConnectionOK(Object) - Static method in class com.redhat.foreman.Messages
Key TestConnectionOK: Foreman version is {0}.
A C D E F G H I M N O P R S T _ 

Copyright © 2016–2017. All rights reserved.