public class SlowMotionResource extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SlowMotionResource.PatternError |
static class |
SlowMotionResource.PatternRepresentation |
static class |
SlowMotionResource.SlomoConfig |
Constructor and Description |
---|
SlowMotionResource(com.atlassian.jira.dev.slomo.SlowMotion slowMotion) |
Modifier and Type | Method and Description |
---|---|
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) |
public SlowMotionResource(com.atlassian.jira.dev.slomo.SlowMotion slowMotion)
public javax.ws.rs.core.Response get()
public javax.ws.rs.core.Response get(int delay)
public javax.ws.rs.core.Response update(int id, SlowMotionResource.PatternRepresentation representation)
public javax.ws.rs.core.Response deletePatttern(int id)
public javax.ws.rs.core.Response create(SlowMotionResource.PatternRepresentation representation)
public javax.ws.rs.core.Response getPattern(int id)
public javax.ws.rs.core.Response getPatterns()
public javax.ws.rs.core.Response getConfig()
Copyright © 2002-2018 Atlassian. All Rights Reserved.