A C D E F G H I J L M O P R S T U V
A
- async - Static variable in class com.github.automately.java.Automately
-
- async - Static variable in class com.github.automately.java.eventbus.EventBus
-
- authorise(Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
- Automately - Class in com.github.automately.java
-
The Automately static class provides a simple interface to interact with the Automately API and MessageBus.
- Automately() - Constructor for class com.github.automately.java.Automately
-
- Automately.MessageBus - Class in com.github.automately.java
-
The MessageBus is a pretty powerful feature that Automately offers.
C
- checkAuthorized(String) - Static method in class com.github.automately.java.Automately
-
- close() - Method in class com.github.automately.java.eventbus.EventBus
-
- CLOSED - Static variable in class com.github.automately.java.eventbus.EventBus
-
- CLOSING - Static variable in class com.github.automately.java.eventbus.EventBus
-
- com.github.automately.java - package com.github.automately.java
-
- com.github.automately.java.data - package com.github.automately.java.data
-
- com.github.automately.java.eventbus - package com.github.automately.java.eventbus
-
- connect() - Method in class com.github.automately.java.eventbus.EventBus
-
- CONNECTING - Static variable in class com.github.automately.java.eventbus.EventBus
-
- createFile(String, String, byte[], boolean) - Static method in class com.github.automately.java.Automately
-
D
- DEFAULT_API_ENDPOINT - Static variable in class com.github.automately.java.Automately
-
- DEFAULT_HOST - Static variable in class com.github.automately.java.eventbus.EventBus
-
- DEFAULT_PORT - Static variable in class com.github.automately.java.eventbus.EventBus
-
- deleteFile(String) - Static method in class com.github.automately.java.Automately
-
- downloadFile(String, Path) - Static method in class com.github.automately.java.Automately
-
- downloadPublicFile(String, Path) - Static method in class com.github.automately.java.Automately
-
- downloadPublicFile(String, Path, String) - Static method in class com.github.automately.java.Automately
-
E
- Event<T> - Interface in com.github.automately.java.eventbus
-
- EventBus - Class in com.github.automately.java.eventbus
-
The EventBus class provides a way to connect to the Automately Cluster's underlying
jsync.io EventBus system.
- EventBus() - Constructor for class com.github.automately.java.eventbus.EventBus
-
F
- fileExists(String) - Static method in class com.github.automately.java.Automately
-
- findFile(String) - Static method in class com.github.automately.java.Automately
-
G
- getApiEndpoint() - Static method in class com.github.automately.java.Automately
-
This will return the HTTP REST API endpoint that the
Automately library will use.
- getApiKey() - Static method in class com.github.automately.java.Automately
-
This will return the API key that the Automately
library will use.
- getApiUsername() - Static method in class com.github.automately.java.Automately
-
This returns the username that you have specified for the
Automately library to use.
- getCreated() - Method in class com.github.automately.java.data.Job
-
- getCreated() - Method in class com.github.automately.java.data.VirtualFile
-
- getFile(String) - Static method in class com.github.automately.java.Automately
-
- getFiles() - Static method in class com.github.automately.java.Automately
-
- getFiles(int) - Static method in class com.github.automately.java.Automately
-
- getFiles(int, int) - Static method in class com.github.automately.java.Automately
-
- getFiles(int, int, String) - Static method in class com.github.automately.java.Automately
-
- getFiles(int, int, String, String) - Static method in class com.github.automately.java.Automately
-
- getFiles(int, int, String, String, boolean) - Static method in class com.github.automately.java.Automately
-
- getFileToken() - Method in class com.github.automately.java.data.Job
-
- getFormattedError(String, String) - Static method in class com.github.automately.java.Automately
-
- getJob(String) - Static method in class com.github.automately.java.Automately
-
- getJobConsole(String) - Static method in class com.github.automately.java.Automately
-
- getJobs() - Static method in class com.github.automately.java.Automately
-
- getJobs(int) - Static method in class com.github.automately.java.Automately
-
- getJobs(int, int) - Static method in class com.github.automately.java.Automately
-
- getName() - Method in class com.github.automately.java.data.VirtualFile
-
- getPathAlias() - Method in class com.github.automately.java.data.VirtualFile
-
- getPublicFile(String) - Static method in class com.github.automately.java.Automately
-
- getPublicFile(String, String) - Static method in class com.github.automately.java.Automately
-
- getPublicFiles() - Static method in class com.github.automately.java.Automately
-
- getPublicFiles(int) - Static method in class com.github.automately.java.Automately
-
- getPublicFiles(int, int) - Static method in class com.github.automately.java.Automately
-
- getPublicFiles(int, int, String) - Static method in class com.github.automately.java.Automately
-
- getPublicFiles(int, int, String, String) - Static method in class com.github.automately.java.Automately
-
- getPublicFiles(int, int, String, String, boolean) - Static method in class com.github.automately.java.Automately
-
- getPublicFiles(int, int, String, String, boolean, String) - Static method in class com.github.automately.java.Automately
-
- getResults() - Method in class com.github.automately.java.data.Job
-
- getServiceConfig() - Method in class com.github.automately.java.data.Job
-
- getServiceName() - Method in class com.github.automately.java.data.Job
-
- getSize() - Method in class com.github.automately.java.data.VirtualFile
-
- getStatus() - Method in class com.github.automately.java.data.Job
-
- getToken() - Method in class com.github.automately.java.data.Job
-
- getToken() - Method in class com.github.automately.java.data.VirtualFile
-
- getType() - Method in class com.github.automately.java.data.VirtualFile
-
- getUpdated() - Method in class com.github.automately.java.data.Job
-
- getUpdated() - Method in class com.github.automately.java.data.VirtualFile
-
- getUserInfo() - Static method in class com.github.automately.java.Automately
-
This method will return a JsonObject with some basic
user information from the cluster such as your private
api key and your public api key.
- getUserToken() - Method in class com.github.automately.java.data.Job
-
- getUserToken() - Method in class com.github.automately.java.data.VirtualFile
-
H
- httpClient - Static variable in class com.github.automately.java.Automately
-
I
- initialize(Handler<Boolean>) - Method in class com.github.automately.java.Automately.MessageBus
-
- isLite() - Method in class com.github.automately.java.data.Job
-
- isPublic() - Method in class com.github.automately.java.data.VirtualFile
-
- isService() - Method in class com.github.automately.java.data.Job
-
J
- Job - Class in com.github.automately.java.data
-
- Job(JsonObject) - Constructor for class com.github.automately.java.data.Job
-
L
- login(String, Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
- logout(Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
M
- MessageBus() - Constructor for class com.github.automately.java.Automately.MessageBus
-
O
- onClose(Runnable) - Method in class com.github.automately.java.eventbus.EventBus
-
- onOpen(Runnable) - Method in class com.github.automately.java.eventbus.EventBus
-
- OPEN - Static variable in class com.github.automately.java.eventbus.EventBus
-
P
- pathExists(String) - Static method in class com.github.automately.java.Automately
-
- publicKey - Static variable in class com.github.automately.java.Automately.MessageBus
-
- publish(String, Object) - Method in class com.github.automately.java.Automately.MessageBus
-
- publish(String, Object, Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
R
- readyState() - Method in class com.github.automately.java.eventbus.EventBus
-
- registerHandler(String, Event<Object>) - Method in class com.github.automately.java.Automately.MessageBus
-
- registerHandler(String, Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
- run(T) - Method in interface com.github.automately.java.eventbus.Event
-
S
- send(String, Object) - Method in class com.github.automately.java.Automately.MessageBus
-
- send(String, Object, Event<Object>) - Method in class com.github.automately.java.Automately.MessageBus
-
- send(String, Object, Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
- sessionID() - Method in class com.github.automately.java.eventbus.EventBus
-
- setApiEndpoint(String) - Static method in class com.github.automately.java.Automately
-
This is used to set the HTTP REST API endpoint that the
Automately library will use.
- setApiKey(String) - Static method in class com.github.automately.java.Automately
-
This will set the apiKey that the Automately library will
use.
- setApiUsername(String) - Static method in class com.github.automately.java.Automately
-
This will set the username that the Automately library will
use.
- startJob(String, String) - Static method in class com.github.automately.java.Automately
-
- startJob(String, String, boolean) - Static method in class com.github.automately.java.Automately
-
- stopJob(String) - Static method in class com.github.automately.java.Automately
-
T
- toJson() - Method in class com.github.automately.java.data.Job
-
- toJson() - Method in class com.github.automately.java.data.VirtualFile
-
- toString() - Method in class com.github.automately.java.data.Job
-
- toString() - Method in class com.github.automately.java.data.VirtualFile
-
U
- unregisterHandler(String, Event<Object>) - Method in class com.github.automately.java.Automately.MessageBus
-
- unregisterHandler(String, Event<Object>) - Method in class com.github.automately.java.eventbus.EventBus
-
- updateFile(String, String, String, byte[]) - Static method in class com.github.automately.java.Automately
-
- USE_SSL - Static variable in class com.github.automately.java.eventbus.EventBus
-
V
- VirtualFile - Class in com.github.automately.java.data
-
The VirtualFile class is used by JCluster to store information about user files stored in the cluster.
- VirtualFile(JsonObject) - Constructor for class com.github.automately.java.data.VirtualFile
-
A C D E F G H I J L M O P R S T U V
Copyright © 2015. All rights reserved.