| Package | Description |
|---|---|
| org.zanata.rest.dto | |
| org.zanata.rest.service |
| Modifier and Type | Method and Description |
|---|---|
ProjectIteration |
ProjectIteration.createSample() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProjectIteration> |
ProjectIteration.createSamples() |
List<ProjectIteration> |
Project.getIterations()
A list of versions (iterations) in the project
|
List<ProjectIteration> |
Project.getIterations(boolean createIfNull) |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setIterations(List<ProjectIteration> iterations) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ProjectIterationResource.put(ProjectIteration project)
Deprecated.
Creates or modifies a Project iteration.
|
javax.ws.rs.core.Response |
ProjectVersionResource.put(String projectSlug,
String versionSlug,
ProjectIteration projectVersion)
Creates or modifies a Project iteration.
|
Copyright © 2018 Zanata Project. All rights reserved.