@ProviderType public interface PackageTask
Modifier and Type | Interface and Description |
---|---|
static class |
PackageTask.State
Task state
|
static class |
PackageTask.Type
Task type
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getError()
Returns the error if there was one.
|
PackageId |
getPackageId()
Returns the package id of this task.
|
PackageTask.State |
getState()
Returns the task state
|
PackageTask.Type |
getType()
Returns the task type.
|
@Nonnull PackageId getPackageId()
@Nonnull PackageTask.Type getType()
@Nonnull PackageTask.State getState()
@Nullable java.lang.Throwable getError()
Copyright © 2010 - 2020 Adobe. All Rights Reserved