| Modifier and Type | Field and Description |
|---|---|
protected OctaneHttpClient |
SiteAdmin.Builder.octaneHttpClient |
| Modifier and Type | Method and Description |
|---|---|
OctaneHttpClient |
Octane.OctaneInternalConfiguration.getOctaneHttpClient()
Returns the instance of the
OctaneHttpClient |
| Modifier and Type | Method and Description |
|---|---|
Octane.Builder |
Octane.Builder.OctaneHttpClient(OctaneHttpClient octaneHttpClient)
Sets the
OctaneHttpClient instance. |
| Constructor and Description |
|---|
Builder(Authentication authentication,
OctaneHttpClient octaneHttpClient)
Creates a new Builder object using the correct authentication
|
Builder(Authentication authentication,
OctaneHttpClient octaneHttpClient)
Creates a new Builder object using the correct authentication
|
| Constructor and Description |
|---|
CreateAttachment(OctaneHttpClient octaneHttpClient,
String urlDomain) |
GetBinaryAttachment(OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
| Modifier and Type | Method and Description |
|---|---|
<T extends TypedEntityList> |
OctaneClassFactory.getEntityList(OctaneHttpClient octaneHttpClient,
String baseDomain,
Class<T> entityListClass) |
EntityList |
OctaneClassFactory.getEntityList(OctaneHttpClient octaneHttpClient,
String baseDomain,
String entityName)
Get the implementation of the
EntityList used by the Octane object |
| Modifier and Type | Field and Description |
|---|---|
protected OctaneHttpClient |
EntityList.octaneHttpClient |
| Constructor and Description |
|---|
EntityList(OctaneHttpClient octaneHttpClient,
String entityListDomain)
Creates a new EntityList object.
|
| Constructor and Description |
|---|
CreateEntities(OctaneHttpClient octaneHttpClient,
String urlDomain) |
CreateTypedEntities(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain) |
| Constructor and Description |
|---|
DeleteEntities(OctaneHttpClient octaneHttpClient,
String urlDomain) |
DeleteEntity(OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
DeleteTypedEntities(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain) |
DeleteTypedEntity(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
| Constructor and Description |
|---|
GetEntities(OctaneHttpClient octaneHttpClient,
String urlDomain) |
GetEntity(OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
GetTypedEntities(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String baseDomain) |
GetTypedEntity(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
| Constructor and Description |
|---|
UpdateEntities(OctaneHttpClient octaneHttpClient,
String urlDomain) |
UpdateEntity(OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
UpdateTypedEntities(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain) |
UpdateTypedEntity(Class<T> typedEntityModelClass,
OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
| Constructor and Description |
|---|
TestStepList(OctaneHttpClient octaneHttpClient,
String baseDomain,
String testId)
The constructor.
|
| Constructor and Description |
|---|
GetEntityMetadata(OctaneHttpClient octaneHttpClient,
String urlDomain)
Creates a new entity object
|
GetFieldMetadata(OctaneHttpClient octaneHttpClient,
String urlDomain)
Creates a new Field object
|
Metadata(OctaneHttpClient octaneHttpClient,
String strMetadataDomain)
Creates a new Metadata object
|
| Modifier and Type | Field and Description |
|---|---|
protected OctaneHttpClient |
OctaneRequest.octaneHttpClient |
| Constructor and Description |
|---|
OctaneRequest(OctaneHttpClient octaneHttpClient,
String urlDomain) |
OctaneRequest(OctaneHttpClient octaneHttpClient,
String urlDomain,
String entityId) |
| Modifier and Type | Class and Description |
|---|---|
class |
GoogleHttpClient
HTTP Client using Google's API
|
| Constructor and Description |
|---|
Server(OctaneHttpClient octaneHttpClient,
String siteAdminDomain)
Creates a new Server object
|
| Constructor and Description |
|---|
GetServerVersion(OctaneHttpClient octaneHttpClient,
String urlDomain)
Get the server version instance
|
Copyright © 2021 Micro Focus. All rights reserved.