|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProjectReferenceDTO | |
|---|---|
| org.hudsonci.rest.model.project | |
| Uses of ProjectReferenceDTO in org.hudsonci.rest.model.project |
|---|
| Fields in org.hudsonci.rest.model.project declared as ProjectReferenceDTO | |
|---|---|
protected ProjectReferenceDTO |
ProjectDTO.parent
|
protected ProjectReferenceDTO |
ProjectDTO.ref
|
| Fields in org.hudsonci.rest.model.project with type parameters of type ProjectReferenceDTO | |
|---|---|
protected List<ProjectReferenceDTO> |
ProjectDTO.descendants
|
protected List<ProjectReferenceDTO> |
ProjectDTO.downstreams
|
protected List<ProjectReferenceDTO> |
ProjectDTO.upstreams
|
| Methods in org.hudsonci.rest.model.project that return ProjectReferenceDTO | |
|---|---|
ProjectReferenceDTO |
ObjectFactory.createProjectReferenceDTO()
Create an instance of ProjectReferenceDTO |
ProjectReferenceDTO |
ProjectDTO.getParent()
Gets the value of the parent property. |
ProjectReferenceDTO |
ProjectDTO.getRef()
Gets the value of the ref property. |
ProjectReferenceDTO |
ProjectReferenceDTO.withId(String value)
|
| Methods in org.hudsonci.rest.model.project that return types with arguments of type ProjectReferenceDTO | |
|---|---|
List<ProjectReferenceDTO> |
ProjectDTO.getDescendants()
Gets the value of the descendants property. |
List<ProjectReferenceDTO> |
ProjectDTO.getDownstreams()
Gets the value of the downstreams property. |
List<ProjectReferenceDTO> |
ProjectDTO.getUpstreams()
Gets the value of the upstreams property. |
| Methods in org.hudsonci.rest.model.project with parameters of type ProjectReferenceDTO | |
|---|---|
void |
ProjectDTO.setParent(ProjectReferenceDTO value)
Sets the value of the parent property. |
void |
ProjectDTO.setRef(ProjectReferenceDTO value)
Sets the value of the ref property. |
ProjectDTO |
ProjectDTO.withDescendants(ProjectReferenceDTO... values)
|
ProjectDTO |
ProjectDTO.withDownstreams(ProjectReferenceDTO... values)
|
ProjectDTO |
ProjectDTO.withParent(ProjectReferenceDTO value)
|
ProjectDTO |
ProjectDTO.withRef(ProjectReferenceDTO value)
|
ProjectDTO |
ProjectDTO.withUpstreams(ProjectReferenceDTO... values)
|
| Method parameters in org.hudsonci.rest.model.project with type arguments of type ProjectReferenceDTO | |
|---|---|
ProjectDTO |
ProjectDTO.withDescendants(Collection<ProjectReferenceDTO> values)
|
ProjectDTO |
ProjectDTO.withDownstreams(Collection<ProjectReferenceDTO> values)
|
ProjectDTO |
ProjectDTO.withUpstreams(Collection<ProjectReferenceDTO> values)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||