@Path(value="/projects/p/{projectSlug:[a-zA-Z0-9]+([a-zA-Z0-9_\\-{.}]*[a-zA-Z0-9]+)?}/iterations/i/{iterationSlug:[a-zA-Z0-9]+([a-zA-Z0-9_\\-{.}]*[a-zA-Z0-9]+)?}")
@Deprecated
public class MockProjectIterationResource
extends Object
implements ProjectIterationResource
ITERATION_SLUG_TEMPLATE, SERVICE_PATH| Constructor and Description |
|---|
MockProjectIterationResource()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
get()
Deprecated.
Returns data for a single Project iteration.
|
javax.ws.rs.core.Response |
head()
Deprecated.
Returns header information for a project iteration.
|
javax.ws.rs.core.Response |
put(ProjectIteration project)
Deprecated.
Creates or modifies a Project iteration.
|
javax.ws.rs.core.Response |
sampleConfiguration()
Deprecated.
Get a project iteration's sample general configuration file(zanata.xml).
|
public javax.ws.rs.core.Response head()
ProjectIterationResourcehead in interface ProjectIterationResourcepublic javax.ws.rs.core.Response get()
ProjectIterationResourceget in interface ProjectIterationResourcepublic javax.ws.rs.core.Response put(ProjectIteration project)
ProjectIterationResourceput in interface ProjectIterationResourcepublic javax.ws.rs.core.Response sampleConfiguration()
ProjectIterationResourcesampleConfiguration in interface ProjectIterationResourceCopyright © 2018 Zanata Project. All rights reserved.