com.atlassian.jira.dev.slomo
Class SlowMotionResource

java.lang.Object
  extended by com.atlassian.jira.dev.slomo.SlowMotionResource

public class SlowMotionResource
extends Object

Since:
v5.2

Nested Class Summary
static class SlowMotionResource.PatternError
           
static class SlowMotionResource.PatternRepresentation
           
static class SlowMotionResource.SlomoConfig
           
 
Constructor Summary
SlowMotionResource(com.atlassian.jira.dev.slomo.SlowMotion slowMotion)
           
 
Method Summary
 javax.ws.rs.core.Response create(SlowMotionResource.PatternRepresentation representation)
           
 javax.ws.rs.core.Response deletePatttern(int id)
           
 javax.ws.rs.core.Response get()
           
 javax.ws.rs.core.Response get(int delay)
           
 javax.ws.rs.core.Response getConfig()
           
 javax.ws.rs.core.Response getPattern(int id)
           
 javax.ws.rs.core.Response getPatterns()
           
 javax.ws.rs.core.Response update(int id, SlowMotionResource.PatternRepresentation representation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlowMotionResource

public SlowMotionResource(com.atlassian.jira.dev.slomo.SlowMotion slowMotion)
Method Detail

get

public javax.ws.rs.core.Response get()

get

public javax.ws.rs.core.Response get(int delay)

update

public javax.ws.rs.core.Response update(int id,
                                        SlowMotionResource.PatternRepresentation representation)

deletePatttern

public javax.ws.rs.core.Response deletePatttern(int id)

create

public javax.ws.rs.core.Response create(SlowMotionResource.PatternRepresentation representation)

getPattern

public javax.ws.rs.core.Response getPattern(int id)

getPatterns

public javax.ws.rs.core.Response getPatterns()

getConfig

public javax.ws.rs.core.Response getConfig()


Copyright © 2002-2013 Atlassian. All Rights Reserved.