Serialized Form
-
Package org.eclipse.steady
-
Class org.eclipse.steady.FileAnalysisException extends Exception implements Serializable
-
-
Package org.eclipse.steady.backend
-
Class org.eclipse.steady.backend.BackendConnectionException extends Exception implements Serializable
-
Class org.eclipse.steady.backend.EntityNotFoundInBackendException extends Exception implements Serializable
-
-
Package org.eclipse.steady.backend.requests
-
Class org.eclipse.steady.backend.requests.AbstractHttpRequest extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Calls the default methodObjectInputStream.defaultReadObject().- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Just calls the default methodObjectOutputStream.defaultWriteObject().- Throws:
IOException
-
-
Serialized Fields
-
ms
long ms
-
objFile
String objFile
Null in case the request does not exist on disk.
-
-
-
Class org.eclipse.steady.backend.requests.BasicHttpRequest extends AbstractHttpRequest implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
First calls the default methodObjectInputStream.defaultReadObject(), then callsHttpRequest.loadFromDisk()- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class org.eclipse.steady.backend.requests.ConditionalHttpRequest extends BasicHttpRequest implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
First calls the default methodObjectInputStream.defaultReadObject(), then callsHttpRequest.loadFromDisk()- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
conditionRequest
BasicHttpRequest conditionRequest
-
conditions
List<ResponseCondition> conditions
-
-
-
Class org.eclipse.steady.backend.requests.ContentCondition extends Object implements Serializable
-
Serialized Fields
-
mode
ContentCondition.Mode mode
-
pattern
Pattern pattern
-
regex
String regex
-
value
String value
-
-
-
Class org.eclipse.steady.backend.requests.HttpRequestList extends AbstractHttpRequest implements Serializable
-
Serialized Fields
-
list
List<HttpRequest> list
-
stopOnSuccess
boolean stopOnSuccess
When set to true, the sending of requests will be stopped upon success, i.e., once a Http response code 2xx will be received.
-
-
-
Class org.eclipse.steady.backend.requests.PutLibraryCondition extends Object implements Serializable
-
Serialized Fields
-
constructs_count
int constructs_count
-
lib
Library lib
-
-
-
Class org.eclipse.steady.backend.requests.StatusCondition extends Object implements Serializable
-
Serialized Fields
-
status
int status
-
-
-
-
Package org.eclipse.steady.goals
-
Class org.eclipse.steady.goals.GoalConfigurationException extends Exception implements Serializable
-
Class org.eclipse.steady.goals.GoalContext extends Object implements Serializable
- serialVersionUID:
- 5117042314456447399L
-
Serialized Fields
-
application
Application application
-
space
Space space
-
tenant
Tenant tenant
-
-
Class org.eclipse.steady.goals.GoalExecutionException extends Exception implements Serializable
-
Class org.eclipse.steady.goals.ReportException extends GoalExecutionException implements Serializable
-
Serialized Fields
-
longMessage
String longMessage
-
-
-