Uses of Interface
com.adobe.aio.cloudmanager.Repository
-
Packages that use Repository Package Description com.adobe.aio.cloudmanager -
-
Uses of Repository in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return Repository Modifier and Type Method Description @NotNull Repository
RepositoryApi. get(@NotNull Program program, @NotNull String repositoryId)
Get a specific repository in the program.@NotNull Repository
RepositoryApi. get(@NotNull String programId, @NotNull String repositoryId)
Get a specific repository in the program.Methods in com.adobe.aio.cloudmanager that return types with arguments of type Repository Modifier and Type Method Description @NotNull Collection<Repository>
RepositoryApi. list(@NotNull Program program)
List all repositories for the specified program.@NotNull Collection<Repository>
RepositoryApi. list(@NotNull Program program, int limit)
List all repositories for the specified program, up to the defined limit.@NotNull Collection<Repository>
RepositoryApi. list(@NotNull Program program, int start, int limit)
List all repositories for the specified program, from the starting position, up to the defined limit.@NotNull Collection<Repository>
RepositoryApi. list(@NotNull String programId)
List all repositories for the specified program.@NotNull Collection<Repository>
RepositoryApi. list(@NotNull String programId, int limit)
List all repositories for the specified program, up to the defined limit.@NotNull Collection<Repository>
RepositoryApi. list(@NotNull String programId, int start, int limit)
List all repositories for the specified program, from the starting position, up to the defined limit.Methods in com.adobe.aio.cloudmanager with parameters of type Repository Modifier and Type Method Description @NotNull Collection<String>
RepositoryApi. listBranches(@NotNull Repository repository)
List all the branches associated with the repository.
-