public interface ProjectIterationResource
| Modifier and Type | Field and Description |
|---|---|
static String |
ITERATION_SLUG_TEMPLATE |
static String |
SERVICE_PATH |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
get()
Returns data for a single Project iteration.
|
javax.ws.rs.core.Response |
head()
Returns header information for a project iteration.
|
javax.ws.rs.core.Response |
put(ProjectIteration project)
Creates or modifies a Project iteration.
|
javax.ws.rs.core.Response |
sampleConfiguration()
Get a project iteration's sample general configuration file(zanata.xml).
|
static final String ITERATION_SLUG_TEMPLATE
static final String SERVICE_PATH
javax.ws.rs.core.Response head()
javax.ws.rs.core.Response get()
javax.ws.rs.core.Response put(ProjectIteration project)
projectIteration - The project iteration information.javax.ws.rs.core.Response sampleConfiguration()
Copyright © 2014 Zanata Project. All Rights Reserved.