Class CommitSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.scm.CommitSoapList
-
public class CommitSoapList extends Object
A list of commits.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description CommitSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommitSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(CommitSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public CommitSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(CommitSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-