A B C D E F G H I J L M N P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addRegionDeployment(Region) - Method in interface com.adobe.aio.cloudmanager.Environment
-
Add a deployment to the specified region.
- advance() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
Advance this execution, if in a valid state.
- advance(PipelineExecution) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Advance the execution of the specified pipeline execution, if in an appropriate state.
- advance(String, String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Advance the execution of the specified pipeline execution, if in an appropriate state.
- ApiBuilder<A> - Class in com.adobe.aio.cloudmanager
-
Builder for creating instances of the Cloud Manager APIs
- ApiBuilder(Class<A>) - Constructor for class com.adobe.aio.cloudmanager.ApiBuilder
-
Create new instance of an API Builder, scoped to the desired interface.
- approval - com.adobe.aio.cloudmanager.StepAction
- Artifact - Interface in com.adobe.aio.cloudmanager
-
An Artifact for a build step.
- assetsTest - com.adobe.aio.cloudmanager.StepAction
- AUTHOR - com.adobe.aio.cloudmanager.Environment.Tier
B
- build - com.adobe.aio.cloudmanager.StepAction
- build() - Method in class com.adobe.aio.cloudmanager.ApiBuilder
-
Build a new instance of the requested API.
- build() - Method in class com.adobe.aio.cloudmanager.LogOption.Builder
-
Create a new LogOption instance.
- build() - Method in class com.adobe.aio.cloudmanager.Variable.Builder
- builder() - Static method in interface com.adobe.aio.cloudmanager.LogOption
-
Builder to create new instances of a LogOption
- builder() - Static method in interface com.adobe.aio.cloudmanager.Variable
-
Build a Variable definition to pass to API creation operations.
- buildImage - com.adobe.aio.cloudmanager.StepAction
- BUSY - com.adobe.aio.cloudmanager.Pipeline.Status
C
- CANADA - com.adobe.aio.cloudmanager.Region
- cancel() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
Cancel this content flow.
- cancel() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
Cancel this execution, if in a valid state.
- cancel(PipelineExecution) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Cancel the execution of the specified pipeline execution, if in an appropriate state.
- cancel(String, String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Cancel the execution of the specified pipeline execution, if in an appropriate state.
- cancelFlow(String, String) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Cancel the content flow.
- CANCELLED - com.adobe.aio.cloudmanager.ContentFlow.Status
- CANCELLED - com.adobe.aio.cloudmanager.PipelineExecution.Status
- CANCELLED - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
- CANCELLING - com.adobe.aio.cloudmanager.PipelineExecution.Status
- CLOUD_MANAGER_URL - Static variable in interface com.adobe.aio.cloudmanager.Constants
-
Default production host.
- CloudManagerApiException - Exception in com.adobe.aio.cloudmanager
-
Represents exception states that may occur during interactions with the AdobeIO API.
- CloudManagerApiException(String) - Constructor for exception com.adobe.aio.cloudmanager.CloudManagerApiException
- codeQuality - com.adobe.aio.cloudmanager.StepAction
- com.adobe.aio.cloudmanager - package com.adobe.aio.cloudmanager
- com.adobe.aio.cloudmanager.exception - package com.adobe.aio.cloudmanager.exception
- COMPLETED - com.adobe.aio.cloudmanager.ContentFlow.Status
- Constants - Interface in com.adobe.aio.cloudmanager
-
Constants field values used across the various APIs.
- contentAudit - com.adobe.aio.cloudmanager.StepAction
- ContentFlow - Interface in com.adobe.aio.cloudmanager
-
A Content Flow operation.
- ContentFlow.Results - Class in com.adobe.aio.cloudmanager
-
Representation of Export/Import results.
- ContentFlow.Status - Enum in com.adobe.aio.cloudmanager
-
Potential states for Content Flow process.
- ContentSet - Interface in com.adobe.aio.cloudmanager
-
A Content Set definition
- ContentSet.PathDefinition - Class in com.adobe.aio.cloudmanager
-
A path definition for a content set, containing a root path definition, and excluded sub paths.
- ContentSetApi - Interface in com.adobe.aio.cloudmanager
-
Content Set API.
- create(String, String, Environment.Type, String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Create a new environment in the program.
- create(String, String, String, Collection<ContentSet.PathDefinition>) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Create a new ContentSet in the specified program.
- createRegionDeployments(Environment, Region...) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Create a new deployment in the specified region.
- CRITICAL - com.adobe.aio.cloudmanager.Metric.Severity
D
- delete() - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
Delete this content set definition.
- delete() - Method in interface com.adobe.aio.cloudmanager.Environment
-
Delete this environment.
- delete() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Delete this pipeline.
- delete() - Method in interface com.adobe.aio.cloudmanager.Program
-
Delete this program.
- delete(boolean) - Method in interface com.adobe.aio.cloudmanager.Environment
-
Delete this environment, with option to ignore resource deletion failure.
- delete(Environment) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Delete the environment.
- delete(Environment, boolean) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Delete the environment.
- delete(Pipeline) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Delete the pipeline.
- delete(Program) - Method in interface com.adobe.aio.cloudmanager.ProgramApi
-
Delete the program.
- delete(String) - Method in interface com.adobe.aio.cloudmanager.ProgramApi
-
Delete the program.
- delete(String, String) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Delete the content set.
- delete(String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Delete the environment in the specified program.
- delete(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Delete the pipeline.
- delete(String, String, boolean) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Delete the environment, with option to ignore resource deletion failure.
- DeleteInProgressException - Exception in com.adobe.aio.cloudmanager.exception
-
Specific exception type to represent the attempt to initiate a delete operation, which is already running.
- DeleteInProgressException(String) - Constructor for exception com.adobe.aio.cloudmanager.exception.DeleteInProgressException
- deploy - com.adobe.aio.cloudmanager.StepAction
- DEV - com.adobe.aio.cloudmanager.Environment.Type
- downloadLogs(Environment, LogOption, int, File) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Downloads the logs for the environment, to the specified folder.
- downloadLogs(String, String, LogOption, int, File) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Downloads the logs for the environment, to the specified folder.
- downloadLogs(LogOption, int, File) - Method in interface com.adobe.aio.cloudmanager.Environment
-
Download the logs for this environment, to the specified directory.
E
- EAST_US - com.adobe.aio.cloudmanager.Region
- Environment - Interface in com.adobe.aio.cloudmanager
-
An Environment definition.
- Environment.NamePredicate - Class in com.adobe.aio.cloudmanager
-
Predicate to use for retrieving an environment based on its name.
- Environment.Tier - Enum in com.adobe.aio.cloudmanager
-
Tiers within an Environment
- Environment.Type - Enum in com.adobe.aio.cloudmanager
-
Representation of the different environment types.
- EnvironmentApi - Interface in com.adobe.aio.cloudmanager
-
Environment API
- EnvironmentLog - Interface in com.adobe.aio.cloudmanager
-
A Log file within an Environment.
- EQ - com.adobe.aio.cloudmanager.Metric.Comparator
- ERROR - com.adobe.aio.cloudmanager.PipelineExecution.Status
- ERROR - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
F
- FAILED - com.adobe.aio.cloudmanager.ContentFlow.Status
- FAILED - com.adobe.aio.cloudmanager.PipelineExecution.Status
- FAILED - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
- FINISHED - com.adobe.aio.cloudmanager.PipelineExecution.Status
- FINISHED - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
- fromValue(String) - Static method in enum com.adobe.aio.cloudmanager.Region
- fromValue(String) - Static method in enum com.adobe.aio.cloudmanager.Variable.Type
- functionalTest - com.adobe.aio.cloudmanager.StepAction
G
- GERMANY - com.adobe.aio.cloudmanager.Region
- get(Pipeline, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Returns the specified execution of the pipeline.
- get(Program, String) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
Get a specific repository in the program.
- get(String) - Method in interface com.adobe.aio.cloudmanager.ProgramApi
-
Get the program with the specified id.
- get(String) - Method in interface com.adobe.aio.cloudmanager.TenantApi
-
Gets the tenant with the specified identifier.
- get(String, String) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Get the content set.
- get(String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Retrieve the environment within the program context.
- get(String, String) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
Get a specific repository in the program.
- get(String, String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the specified execution of the pipeline.
- get(String, Predicate<Environment>) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Returns the first environment which matches the predicate, within the program context.
- get(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Get the pipeline within the specified program.
- getActualValue() - Method in interface com.adobe.aio.cloudmanager.Metric
-
Expected value for the metric.
- getArtifactDownloadUrl(PipelineExecutionStepState, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the fully qualified URL to the artifact file.
- getComp() - Method in interface com.adobe.aio.cloudmanager.Metric
-
The metrics comparator.
- getContentSetId() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The id of the content set used for this flow.
- getCurrent(Pipeline) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the current execution of the specified pipeline, if one exists.
- getCurrent(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the current execution of the specified pipeline, if one exists.
- getCurrentExecution() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Get the current execution of this pipeline, if it exists.
- getCurrentStep() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
Get the current/active step.
- getDeployType() - Method in interface com.adobe.aio.cloudmanager.RegionDeployment
-
The type of deployment
- getDescription() - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
Description of the content set.
- getDescription() - Method in interface com.adobe.aio.cloudmanager.Repository
-
Description of this repository.
- getDescription() - Method in interface com.adobe.aio.cloudmanager.Tenant
-
The description for the tenant.
- getDestEnvironmentId() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The id of the Environment to which content is copied.
- getDestEnvironmentName() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The name of the Environment to which content is copied.
- getDeveloperConsoleUrl() - Method in interface com.adobe.aio.cloudmanager.Environment
-
Retrieve the Developer Console URL for this Environment.
- getDownloadPath() - Method in interface com.adobe.aio.cloudmanager.EnvironmentLog
-
The path to the downloaded file.
- getDownloadUrl() - Method in interface com.adobe.aio.cloudmanager.Artifact
-
The fully qualified download url for this artifact.
- getEnvironmentTier() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The tier of the source and destination environments.
- getEnvType() - Method in interface com.adobe.aio.cloudmanager.Environment
-
The type of this environment
- getExecution() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionEndEvent
-
Get the Pipeline Execution associated with the event.
- getExecution() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStartEvent
-
Get the Pipeline Execution associated with the event.
- getExecution() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Get the execution associated with this step state.
- getExecution(String) - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Get the execution.
- getExportResults() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The results of the content flow export process.
- getFileName() - Method in interface com.adobe.aio.cloudmanager.Artifact
-
The original file name for this artifact, as referenced in the Adobe systems.
- getFlow(String, String) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Retrieve the content flow.
- getFlowStatus() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The status of the content flow process.
- getId() - Method in interface com.adobe.aio.cloudmanager.Artifact
-
The unique identifier for this artifact.
- getId() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The id of this content flow.
- getId() - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
The id of this Content Set.
- getId() - Method in interface com.adobe.aio.cloudmanager.Environment
-
The id of this environment
- getId() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
The id of this pipeline.
- getId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
The id of this execution.
- getId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionEvent
-
The id of this event.
- getId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
The id of this execution step state.
- getId() - Method in interface com.adobe.aio.cloudmanager.Program
-
Identifier of the program.
- getId() - Method in interface com.adobe.aio.cloudmanager.RegionDeployment
-
The id of this deployment.
- getId() - Method in interface com.adobe.aio.cloudmanager.Repository
-
Identifier of the repository.
- getId() - Method in interface com.adobe.aio.cloudmanager.Tenant
-
Identifier of the tenant.
- getImportResults() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The results of the content flow import process
- getKpi() - Method in interface com.adobe.aio.cloudmanager.Metric
-
KPI identifier.
- getLog(File) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Download the default log associated with this step, to the specified directory.
- getLog(String, File) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Download the named log associated with this step, to the specified directory.
- getLogDownloadUrl(Environment, LogOption, LocalDate) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Get the fully qualified URL to the log file for download.
- getLogDownloadUrl(LogOption, LocalDate) - Method in interface com.adobe.aio.cloudmanager.Environment
-
Retrieve the fully qualified URL to the log file for download.
- getLogDownloadUrl(String, String, LogOption, LocalDate) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Get the fully qualified URL to the log file for download.
- getLogOptions() - Method in interface com.adobe.aio.cloudmanager.Environment
-
A list of available log options for downloading.
- getMd5() - Method in interface com.adobe.aio.cloudmanager.Artifact
-
The md5 hash for the artifact.
- getMessage() - Method in exception com.adobe.aio.cloudmanager.CloudManagerApiException
- getName() - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
User-friendly name of this Content Set
- getName() - Method in interface com.adobe.aio.cloudmanager.Environment
-
The name of this environment
- getName() - Method in interface com.adobe.aio.cloudmanager.LogOption
-
Name of the log for service in environment.
- getName() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
The name of this pipeline.
- getName() - Method in interface com.adobe.aio.cloudmanager.Program
-
Name of the program.
- getName() - Method in interface com.adobe.aio.cloudmanager.Repository
-
Name of the repository
- getName() - Method in interface com.adobe.aio.cloudmanager.Variable
-
The name of this variable.
- getOrganizationName() - Method in interface com.adobe.aio.cloudmanager.Tenant
-
The name of the Git Repository organization
- getPathDefinitions() - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
The path definitions within this content set
- getPhaseId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
The id of the phase in the pipeline.
- getPipelineId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
The id of the associated pipeline context.
- getProgramId() - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
The id of the associated program context
- getProgramId() - Method in interface com.adobe.aio.cloudmanager.Environment
-
The id of the program context of this environment.
- getProgramId() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
The program context of this pipeline.
- getProgramId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
The id of the associated program context.
- getProgramId() - Method in interface com.adobe.aio.cloudmanager.Repository
-
The id of the associated program context
- getPublished() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionEvent
-
The time at which the event was published.
- getQualityGateResults(PipelineExecution, StepAction) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the metrics for the specified execution and step, if any.
- getRegion() - Method in interface com.adobe.aio.cloudmanager.RegionDeployment
-
The region for this deployment
- getRegionDeployment(String, String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Get the region deployment.
- getService() - Method in interface com.adobe.aio.cloudmanager.LogOption
-
Name of the service in environment.
- getSev() - Method in interface com.adobe.aio.cloudmanager.Metric
-
Severity of the metric.
- getSrcEnvironmentId() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The id of the Environment from which content is copied.
- getSrcEnvironmentName() - Method in interface com.adobe.aio.cloudmanager.ContentFlow
-
The name of the Environment from which content is copied.
- getStatusState() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
The current status of the Pipeline
- getStatusState() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
The current status of the execution.
- getStatusState() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
The current status of the pipeline execution step.
- getStep(StepAction) - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
Get the specified action step.
- getStep(Predicate<PipelineExecutionStepState>) - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
Find the first step that matches the predicate.
- getStepAction() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
The action of the step.
- getStepId() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
The id of the step in the pipeline.
- getStepLogDownloadUrl(PipelineExecution, StepAction) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the fully qualified URL to the specified step's log file.
- getStepLogDownloadUrl(PipelineExecution, StepAction, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the fully qualified URL to the specified log file referenced by name, within the step.
- getStepLogDownloadUrl(String, String, String, StepAction) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the fully qualified URL to the specified step's log file.
- getStepLogDownloadUrl(String, String, String, StepAction, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the fully qualified URL to the specified step's log file.
- getStepState() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepEndEvent
-
Get the Pipeline Execution Step associated with the event.
- getStepState() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepStartEvent
-
Get the Pipeline Execution Step associated with the event.
- getStepState() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepWaitingEvent
-
Get the Pipeline Execution Step associated with the event.
- getStepState(PipelineExecution, StepAction) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Get the specified action step for the pipeline execution.
- getTier() - Method in interface com.adobe.aio.cloudmanager.Variable
-
The Tier associated with the variable.
- getType() - Method in interface com.adobe.aio.cloudmanager.Artifact
-
The type of this artifact.
- getUrl() - Method in interface com.adobe.aio.cloudmanager.EnvironmentLog
-
The API URL of the original log file.
- getUrl() - Method in interface com.adobe.aio.cloudmanager.Repository
-
URL to the repository.
- getValue() - Method in interface com.adobe.aio.cloudmanager.Variable
-
The value of this variable, if not a secret.
- getVariables() - Method in interface com.adobe.aio.cloudmanager.Environment
-
List the variables configured in this environment.
- getVariables() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Retrieve the variables associated with this pipeline.
- getVariables(Environment) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
List all variables associated with the environment.
- getVariables(Pipeline) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
List all variables associated with the pipeline
- getVariables(String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
List all variables associated with the environment.
- getVariables(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
List all variables associated with the pipeline
- getVarType() - Method in interface com.adobe.aio.cloudmanager.Variable
-
The variable type
- GT - com.adobe.aio.cloudmanager.Metric.Comparator
- GTE - com.adobe.aio.cloudmanager.Metric.Comparator
H
- hasLogs() - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Indicates if this step has a log which can be retrieved.
I
- IDLE - com.adobe.aio.cloudmanager.Pipeline.Status
- IdPredicate(String) - Constructor for class com.adobe.aio.cloudmanager.Pipeline.IdPredicate
- IMPORTANT - com.adobe.aio.cloudmanager.Metric.Severity
- IN_PROGRESS - com.adobe.aio.cloudmanager.ContentFlow.Status
- INFORMATIONAL - com.adobe.aio.cloudmanager.Metric.Severity
- invalidateCache() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Invalidate the build cache for this pipeline.
- invalidateCache(Pipeline) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Invalidate the build cache for the pipeline.
- invalidateCache(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Invalidate the build cache for the pipeline.
- IS_BUSY - Static variable in interface com.adobe.aio.cloudmanager.Pipeline
-
Predicate for pipelines which are BUSY.
- IS_CURRENT - Static variable in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Predicate for finding the current step in the execution.
- IS_RUNNING - Static variable in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Predicate for the step that within the execution which is currently running.
- IS_WAITING - Static variable in interface com.adobe.aio.cloudmanager.PipelineExecutionStepState
-
Predicate for finding a step within the execution which is waiting.
- isOverride() - Method in interface com.adobe.aio.cloudmanager.Metric
-
Whether user override the failed metric.
- isPassed() - Method in interface com.adobe.aio.cloudmanager.Metric
-
Whether metric is considered passed.
- isRunning() - Method in interface com.adobe.aio.cloudmanager.PipelineExecution
-
Check if this execution is currently running.
J
L
- list() - Method in interface com.adobe.aio.cloudmanager.TenantApi
-
List the tenants associated with the IMS Org in the API Context
- list(Pipeline) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List executions of the specified pipeline, using the default limit and starting at 0.
- list(Pipeline, int) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List executions of the specified pipeline, using the specified limit and starting at 0.
- list(Pipeline, int, int) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List executions of the specified pipeline, using the specified limit and starting at the specified position.
- list(Program) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
List all pipelines within the specified program.
- list(Program) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all repositories for the specified program.
- list(Program, int) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all repositories for the specified program, up to the defined limit.
- list(Program, int, int) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all repositories for the specified program, from the starting position, up to the defined limit.
- list(Tenant) - Method in interface com.adobe.aio.cloudmanager.ProgramApi
-
List all programs for the specified tenant.
- list(String) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
List content sets within the specified program.
- list(String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
List all environments in the program.
- list(String) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
List all pipelines within the specified program.
- list(String) - Method in interface com.adobe.aio.cloudmanager.ProgramApi
-
List all programs for the specified tenant.
- list(String) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all repositories for the specified program.
- list(String, int) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
List content sets within the specified program, using the specified limit and starting at 0.
- list(String, int) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all repositories for the specified program, up to the defined limit.
- list(String, int, int) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
List content sets within the specified program, using the specified limit and starting at the specified position.
- list(String, int, int) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all repositories for the specified program, from the starting position, up to the defined limit.
- list(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List executions of the specified pipeline, using the default limit and starting at 0.
- list(String, String, int) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List executions of the specified pipeline, using the specified limit and starting at 0.
- list(String, String, int, int) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List executions of the specified pipeline, using the specified limit and starting at the specified position.
- list(String, Predicate<Pipeline>) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
List all pipelines in the program that meet the predicate clause.
- list(String, Environment.Type) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
List all environments in the program, of the specified type.
- listArtifacts(PipelineExecutionStepState) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
List all artifacts associated with the specified step.
- listBranches() - Method in interface com.adobe.aio.cloudmanager.Repository
-
List all the branches associated with the repository.
- listBranches(Repository) - Method in interface com.adobe.aio.cloudmanager.RepositoryApi
-
List all the branches associated with the repository.
- listFlows(String) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
List the content flows which exist in the specified program.
- listFlows(String, int) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
List the content flows which exist in the specified program, using the specified limit and starting at 0.
- listFlows(String, int, int) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
List the content flows which exist in the specified program, using the specified limit and starting at the specified position.
- listLogs(Environment, LogOption, int) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
List logs of the specified type for the environment.
- listLogs(LogOption, int) - Method in interface com.adobe.aio.cloudmanager.Environment
-
List available logs of the specified type, for the number of days.
- listLogs(String, String, LogOption, int) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
List logs of the specified type for the environment.
- listRegionDeployments() - Method in interface com.adobe.aio.cloudmanager.Environment
-
List the deployment regions for this environment
- listRegionDeployments(Environment) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Get the region deployment.
- listRegionDeployments(String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Get the region deployment.
- listRegions() - Method in interface com.adobe.aio.cloudmanager.Program
-
List all regions which can be used to create environments for this program.
- listRegions(String) - Method in interface com.adobe.aio.cloudmanager.ProgramApi
-
List all regions which can be used to create environments for the specified program.
- loadTest - com.adobe.aio.cloudmanager.StepAction
- LogOption - Interface in com.adobe.aio.cloudmanager
-
Log Option used to identify log files for retrieval.
- LogOption.Builder - Class in com.adobe.aio.cloudmanager
-
Builds new instances of LogOptions.
- LT - com.adobe.aio.cloudmanager.Metric.Comparator
- LTE - com.adobe.aio.cloudmanager.Metric.Comparator
M
- managed - com.adobe.aio.cloudmanager.StepAction
- Metric - Interface in com.adobe.aio.cloudmanager
-
Code Quality Metric
- Metric.Comparator - Enum in com.adobe.aio.cloudmanager
-
The comparator to use for the metric.
- Metric.Severity - Enum in com.adobe.aio.cloudmanager
-
Represents the severity of the metric.
N
- name(String) - Method in class com.adobe.aio.cloudmanager.LogOption.Builder
- name(String) - Method in class com.adobe.aio.cloudmanager.Variable.Builder
- NamePredicate(String) - Constructor for class com.adobe.aio.cloudmanager.Environment.NamePredicate
- NamePredicate(String) - Constructor for class com.adobe.aio.cloudmanager.Pipeline.NamePredicate
- NEQ - com.adobe.aio.cloudmanager.Metric.Comparator
- NOT_STARTED - com.adobe.aio.cloudmanager.PipelineExecution.Status
- NOT_STARTED - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
P
- parseEvent(String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Parse the provided string into an Event instance.
- parseEvent(String, Map<String, String>) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Parse the provided body into an Event instance, validating the event as part of the parsing process.
- PathDefinition() - Constructor for class com.adobe.aio.cloudmanager.ContentSet.PathDefinition
- Pipeline - Interface in com.adobe.aio.cloudmanager
-
A Pipeline definition.
- Pipeline.IdPredicate - Class in com.adobe.aio.cloudmanager
-
Predicate to use for retrieving a pipeline based on its id.
- Pipeline.NamePredicate - Class in com.adobe.aio.cloudmanager
-
Predicate to use for retrieving a pipeline based on its name.
- Pipeline.Status - Enum in com.adobe.aio.cloudmanager
-
Pipeline status values
- PipelineApi - Interface in com.adobe.aio.cloudmanager
-
Pipeline API.
- PipelineExecution - Interface in com.adobe.aio.cloudmanager
-
A Pipeline Execution representation - an instance of a Pipeline run.
- PipelineExecution.Status - Enum in com.adobe.aio.cloudmanager
-
Pipeline Execution status values
- PipelineExecutionApi - Interface in com.adobe.aio.cloudmanager
-
Pipeline Execution API
- PipelineExecutionEndEvent - Interface in com.adobe.aio.cloudmanager
-
Event representing that a Pipeline Execution has ended.
- PipelineExecutionEvent - Interface in com.adobe.aio.cloudmanager
-
Root interface that represents all Pipeline Execution events that may be published.
- PipelineExecutionStartEvent - Interface in com.adobe.aio.cloudmanager
-
Event representing that a Pipeline Execution has started.
- PipelineExecutionStepEndEvent - Interface in com.adobe.aio.cloudmanager
-
Event representing that a Pipeline Execution Step has ended.
- PipelineExecutionStepStartEvent - Interface in com.adobe.aio.cloudmanager
-
Event representing that a Pipeline Execution Step has started.
- PipelineExecutionStepState - Interface in com.adobe.aio.cloudmanager
-
A Pipeline Execution Step representation - an instance of an action/step within a Pipeline Execution.
- PipelineExecutionStepState.Status - Enum in com.adobe.aio.cloudmanager
-
Pipeline Execution Step status values
- PipelineExecutionStepWaitingEvent - Interface in com.adobe.aio.cloudmanager
-
Event representing that a Pipeline Execution Step has entered a waiting state.
- PipelineRunningException - Exception in com.adobe.aio.cloudmanager.exception
-
Specific exception type to represent the attempt to start a Pipeline, which is already running.
- PipelineRunningException(String) - Constructor for exception com.adobe.aio.cloudmanager.exception.PipelineRunningException
- PipelineUpdate - Class in com.adobe.aio.cloudmanager
-
Used to make updates to a Pipeline definition.
- PipelineUpdate() - Constructor for class com.adobe.aio.cloudmanager.PipelineUpdate
- PREVIEW - com.adobe.aio.cloudmanager.Environment.Tier
- PRIMARY - com.adobe.aio.cloudmanager.RegionDeployment.Type
- PROD - com.adobe.aio.cloudmanager.Environment.Type
- productTest - com.adobe.aio.cloudmanager.StepAction
- Program - Interface in com.adobe.aio.cloudmanager
-
A Program definition.
- ProgramApi - Interface in com.adobe.aio.cloudmanager
-
Program API
- PUBLISH - com.adobe.aio.cloudmanager.Environment.Tier
R
- RDE - com.adobe.aio.cloudmanager.Environment.Type
- Region - Enum in com.adobe.aio.cloudmanager
-
Represents possible regions for deployments, network, and other configurations.
- RegionDeployment - Interface in com.adobe.aio.cloudmanager
-
A Region Deployment representation.
- RegionDeployment.Type - Enum in com.adobe.aio.cloudmanager
-
Possible region deployment types.
- removeRegionDeployment(Region) - Method in interface com.adobe.aio.cloudmanager.Environment
-
Remove the the the deployment from the specified region.
- removeRegionDeployments(Environment, Region...) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Remove the deployment from the specified region.
- reportPerformanceTest - com.adobe.aio.cloudmanager.StepAction
- Repository - Interface in com.adobe.aio.cloudmanager
-
A Repository definition.
- RepositoryApi - Interface in com.adobe.aio.cloudmanager
-
Repository API
- reset() - Method in interface com.adobe.aio.cloudmanager.Environment
-
Reset this environment, if it is of type RDE.
- resetRde(Environment) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Reset the Rapid Development Environment.
- resetRde(String, String) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Reset the Rapid Development Environment.
- Results() - Constructor for class com.adobe.aio.cloudmanager.ContentFlow.Results
- ROLLED_BACK - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
- ROLLING_BACK - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
- RUNNING - com.adobe.aio.cloudmanager.PipelineExecution.Status
- RUNNING - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
S
- schedule - com.adobe.aio.cloudmanager.StepAction
- SECONDARY - com.adobe.aio.cloudmanager.RegionDeployment.Type
- SECRET - com.adobe.aio.cloudmanager.Variable.Type
- securityTest - com.adobe.aio.cloudmanager.StepAction
- service(String) - Method in class com.adobe.aio.cloudmanager.LogOption.Builder
- service(Environment.Tier) - Method in class com.adobe.aio.cloudmanager.Variable.Builder
- setVariables(Environment, Variable...) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Set the variables in the environment.
- setVariables(Pipeline, Variable...) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Set the variables in the pipeline
- setVariables(String, String, Variable...) - Method in interface com.adobe.aio.cloudmanager.EnvironmentApi
-
Set the variables in the environment.
- setVariables(String, String, Variable...) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Set the variables in the pipeline
- setVariables(Variable...) - Method in interface com.adobe.aio.cloudmanager.Environment
-
Set the variables on this environment.
- setVariables(Variable...) - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Set the variables on this pipeline.
- SINGAPORE - com.adobe.aio.cloudmanager.Region
- SOUTH_UK - com.adobe.aio.cloudmanager.Region
- SOUTHEAST_AUSTRALIA - com.adobe.aio.cloudmanager.Region
- STAGE - com.adobe.aio.cloudmanager.Environment.Type
- start(Pipeline) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Start the specified pipeline.
- start(String, String) - Method in interface com.adobe.aio.cloudmanager.PipelineExecutionApi
-
Start the specified pipeline.
- startExecution() - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Start this pipeline.
- startFlow(String, String, boolean) - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
Start a content flow between the specified environments, using the specified content set.
- startFlow(String, String, String, String, boolean) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Start a content flow between the specified environments, using the specified content set.
- StepAction - Enum in com.adobe.aio.cloudmanager
-
Possible values of the Step State's Action property.
- STRING - com.adobe.aio.cloudmanager.Variable.Type
T
- Tenant - Interface in com.adobe.aio.cloudmanager
-
A Tenant representation.
- TenantApi - Interface in com.adobe.aio.cloudmanager
-
Tenant API
- test(Environment) - Method in class com.adobe.aio.cloudmanager.Environment.NamePredicate
- test(Pipeline) - Method in class com.adobe.aio.cloudmanager.Pipeline.IdPredicate
- test(Pipeline) - Method in class com.adobe.aio.cloudmanager.Pipeline.NamePredicate
- toString() - Method in class com.adobe.aio.cloudmanager.Environment.NamePredicate
- toString() - Method in enum com.adobe.aio.cloudmanager.Region
- toString() - Method in enum com.adobe.aio.cloudmanager.Variable.Type
- type(Variable.Type) - Method in class com.adobe.aio.cloudmanager.Variable.Builder
U
- uiTest - com.adobe.aio.cloudmanager.StepAction
- update(Pipeline, PipelineUpdate) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Change details about a pipeline.
- update(String, String, PipelineUpdate) - Method in interface com.adobe.aio.cloudmanager.PipelineApi
-
Change details about a pipeline.
- update(String, String, String, String, Collection<ContentSet.PathDefinition>) - Method in interface com.adobe.aio.cloudmanager.ContentSetApi
-
Update the content set with the provided details.
- update(PipelineUpdate) - Method in interface com.adobe.aio.cloudmanager.Pipeline
-
Update this pipeline with the specified changes.
- update(String, String, Collection<ContentSet.PathDefinition>) - Method in interface com.adobe.aio.cloudmanager.ContentSet
-
Update this content set with the changes.
- url(URL) - Method in class com.adobe.aio.cloudmanager.ApiBuilder
-
(Optional) Base url for this API.
V
- validate - com.adobe.aio.cloudmanager.StepAction
- value(String) - Method in class com.adobe.aio.cloudmanager.Variable.Builder
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.ContentFlow.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Environment.Tier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Environment.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Metric.Comparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Metric.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Pipeline.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.PipelineExecution.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Region
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.RegionDeployment.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.StepAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.adobe.aio.cloudmanager.Variable.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.adobe.aio.cloudmanager.ContentFlow.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Environment.Tier
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Environment.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Metric.Comparator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Metric.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Pipeline.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.PipelineExecution.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Region
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.RegionDeployment.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.StepAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.adobe.aio.cloudmanager.Variable.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variable - Interface in com.adobe.aio.cloudmanager
-
A Variable definition.
- Variable.Builder - Class in com.adobe.aio.cloudmanager
- Variable.Type - Enum in com.adobe.aio.cloudmanager
W
- WAITING - com.adobe.aio.cloudmanager.Pipeline.Status
- WAITING - com.adobe.aio.cloudmanager.PipelineExecutionStepState.Status
- WEST_EUROPE - com.adobe.aio.cloudmanager.Region
- WEST_US - com.adobe.aio.cloudmanager.Region
- workspace(Workspace) - Method in class com.adobe.aio.cloudmanager.ApiBuilder
-
(Required) Workspace context for the API.
All Classes All Packages