Eli Mesika has posted comments on this change.

Change subject: [WIP] API: Adding JobResource and JobsResource...
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/resource/JobResource.java
Line 14: import org.ovirt.engine.api.model.Actionable;
Line 15: import org.ovirt.engine.api.model.Job;
Line 16: 
Line 17: @Produces( { ApiMediaType.APPLICATION_XML, 
ApiMediaType.APPLICATION_JSON, ApiMediaType.APPLICATION_X_YAML })
Line 18: public interface JobResource {
Yes
Line 19: 
Line 20:   @Path("{action: (end|clear)}/{oid}")
Line 21:   public ActionResource 
getActionSubresource(@PathParam("action")String action, @PathParam("oid")String 
oid);
Line 22: 


-- 
To view, visit http://gerrit.ovirt.org/16162
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id1b95a094dc586e6ebbdacd44e0a034e91604385
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Ori Liel <ol...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to