Interface DockerApi
-
@Path("/api/docker") public interface DockerApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanpromote(String repoKey, PromoteImage promote)List<String>repositories(String repoKey)
-
-
-
Method Detail
-
promote
@Named("docker:promote") @Consumes("text/plain") @Path("/{repoKey}/v2/promote") @POST boolean promote(@PathParam("repoKey") String repoKey, PromoteImage promote)
-
-