Class ArtifactDependencySoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.tracker.ArtifactDependencySoapList
-
public class ArtifactDependencySoapList extends Object
ArtifactDependencySoapList class represents a list of artifact dependencies.Change HistoryRelease: 6.1- Added tracker icon.
- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description ArtifactDependencySoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactDependencySoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ArtifactDependencySoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ArtifactDependencySoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ArtifactDependencySoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-