Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.tracker |
Modifier and Type | Method and Description |
---|---|
Artifact2SoapDO |
TrackerAppSoapStub.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments) |
Artifact2SoapDO |
ITrackerAppSoap.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Deprecated.
in favor of createArtifact4
|
Artifact2SoapDO |
TrackerAppSoapMockStub.createArtifact3(String sessionId,
String trackerId,
String title,
String description,
String group,
String category,
String status,
String customer,
int priority,
int estimatedEffort,
int remainingEffort,
boolean autosumming,
int points,
boolean autoSummingPoints,
String assignedUsername,
String releaseId,
String planningFolderId,
String teamId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Simulate a call to createArtifact3
|
Artifact2SoapDO |
TrackerAppSoapStub.getArtifactData2(String sessionId,
String artifactId) |
Artifact2SoapDO |
ITrackerAppSoap.getArtifactData2(String sessionId,
String artifactId)
Deprecated.
in favor of getArtifactData3
|
Artifact2SoapDO |
TrackerAppSoapMockStub.getArtifactData2(String sessionId,
String artifactId)
Simulate a call to getArtifactData2
|
Artifact2SoapDO |
TrackerAppSoapStub.moveArtifact2(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee) |
Artifact2SoapDO |
ITrackerAppSoap.moveArtifact2(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee)
Moves an artifact to a specified target folder.
|
Artifact2SoapDO |
TrackerAppSoapMockStub.moveArtifact2(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee)
Simulate a call to moveArtifact2
|
Modifier and Type | Method and Description |
---|---|
void |
TrackerAppSoapMockStub.prepareSetArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Prepare a simulated response to setArtifactData3
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to setArtifactData3
|
void |
TrackerAppSoapStub.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
void |
ITrackerAppSoap.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Deprecated.
in favor of setArtifactData4
|
void |
TrackerAppSoapMockStub.setArtifactData3(String sessionId,
Artifact2SoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Simulate a call to setArtifactData3
|
Copyright © 2017 CollabNet. All Rights Reserved.