Package | Description |
---|---|
org.zanata.rest.client | |
org.zanata.rest.dto | |
org.zanata.rest.service |
Modifier and Type | Method and Description |
---|---|
ProjectIteration |
ProjectIterationClient.get() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectIterationClient.put(ProjectIteration projectVersion) |
Modifier and Type | Method and Description |
---|---|
ProjectIteration |
ProjectIteration.createSample() |
Modifier and Type | Method and Description |
---|---|
Collection<ProjectIteration> |
ProjectIteration.createSamples() |
List<ProjectIteration> |
Project.getIterations() |
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 |
MockProjectIterationResource.put(ProjectIteration project) |
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 © 2017 Zanata Project. All rights reserved.