public class

SlowMotionResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.dev.slomo.SlowMotionResource

Summary

Nested Classes
class SlowMotionResource.PatternError  
class SlowMotionResource.PatternRepresentation  
class SlowMotionResource.SlomoConfig  
Public Constructors
SlowMotionResource(SlowMotion slowMotion)
Public Methods
Response create(SlowMotionResource.PatternRepresentation representation)
Response deletePatttern(int id)
Response get(int delay)
Response get()
Response getConfig()
Response getPattern(int id)
Response getPatterns()
Response update(int id, SlowMotionResource.PatternRepresentation representation)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SlowMotionResource (SlowMotion slowMotion)

Public Methods

public Response create (SlowMotionResource.PatternRepresentation representation)

public Response deletePatttern (int id)

public Response get (int delay)

public Response get ()

public Response getConfig ()

public Response getPattern (int id)

public Response getPatterns ()

public Response update (int id, SlowMotionResource.PatternRepresentation representation)