| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Revision |
Revision.clone() |
Revision |
GetTemplateSyncStatusResult.getDesiredState()
The template sync desired state that's returned by Proton.
|
Revision |
ResourceSyncAttempt.getInitialRevision()
Detail data for the initial repository commit, path and push.
|
Revision |
ResourceSyncAttempt.getTargetRevision()
Detail data for the target revision.
|
Revision |
Revision.withBranch(String branch)
The repository branch.
|
Revision |
Revision.withDirectory(String directory)
The repository directory changed by a commit and push that activated the sync attempt.
|
Revision |
Revision.withRepositoryName(String repositoryName)
The repository name.
|
Revision |
Revision.withRepositoryProvider(RepositoryProvider repositoryProvider)
The repository provider.
|
Revision |
Revision.withRepositoryProvider(String repositoryProvider)
The repository provider.
|
Revision |
Revision.withSha(String sha)
The secure hash algorithm (SHA) hash for the revision.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetTemplateSyncStatusResult.setDesiredState(Revision desiredState)
The template sync desired state that's returned by Proton.
|
void |
ResourceSyncAttempt.setInitialRevision(Revision initialRevision)
Detail data for the initial repository commit, path and push.
|
void |
ResourceSyncAttempt.setTargetRevision(Revision targetRevision)
Detail data for the target revision.
|
GetTemplateSyncStatusResult |
GetTemplateSyncStatusResult.withDesiredState(Revision desiredState)
The template sync desired state that's returned by Proton.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withInitialRevision(Revision initialRevision)
Detail data for the initial repository commit, path and push.
|
ResourceSyncAttempt |
ResourceSyncAttempt.withTargetRevision(Revision targetRevision)
Detail data for the target revision.
|
Copyright © 2022. All rights reserved.