Package | Description |
---|---|
com.collabnet.ce.soap60.webservices.tracker |
Modifier and Type | Method and Description |
---|---|
ArtifactSoapDO |
ITrackerAppSoap.createArtifact(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,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId)
Deprecated.
in favor of createArtifact3
|
ArtifactSoapDO |
TrackerAppSoapMockStub.createArtifact(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,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId)
Simulate a call to createArtifact
|
ArtifactSoapDO |
TrackerAppSoapStub.createArtifact(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,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
ArtifactSoapDO |
ITrackerAppSoap.createArtifact2(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,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Deprecated.
in favor of createArtifact3
|
ArtifactSoapDO |
TrackerAppSoapMockStub.createArtifact2(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,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments)
Simulate a call to createArtifact2
|
ArtifactSoapDO |
TrackerAppSoapStub.createArtifact2(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,
String assignedUsername,
String releaseId,
String planningFolderId,
com.collabnet.ce.soap60.types.SoapFieldValues flexFields,
AttachmentSoapDO[] attachments) |
ArtifactSoapDO |
ITrackerAppSoap.getArtifactData(String sessionId,
String artifactId)
Deprecated.
in favor of getArtifactData2
|
ArtifactSoapDO |
TrackerAppSoapMockStub.getArtifactData(String sessionId,
String artifactId)
Simulate a call to getArtifactData
|
ArtifactSoapDO |
TrackerAppSoapStub.getArtifactData(String sessionId,
String artifactId) |
ArtifactSoapDO |
ITrackerAppSoap.moveArtifact(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee)
Deprecated.
in favor of moveArtifact2
|
ArtifactSoapDO |
TrackerAppSoapMockStub.moveArtifact(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee)
Simulate a call to moveArtifact
|
ArtifactSoapDO |
TrackerAppSoapStub.moveArtifact(String sessionId,
String artifactId,
String targetFolderId,
String newAssignee) |
Modifier and Type | Method and Description |
---|---|
void |
TrackerAppSoapMockStub.prepareSetArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId)
Prepare a simulated response to setArtifactData
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId,
Exception exception)
Prepare a simulated response to setArtifactData
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Prepare a simulated response to setArtifactData2
|
void |
TrackerAppSoapMockStub.prepareSetArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments,
Exception exception)
Prepare a simulated response to setArtifactData2
|
void |
ITrackerAppSoap.setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId)
Deprecated.
in favor of setArtifactData3
|
void |
TrackerAppSoapMockStub.setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId)
Simulate a call to setArtifactData
|
void |
TrackerAppSoapStub.setArtifactData(String sessionId,
ArtifactSoapDO artifactData,
String comment,
String attachmentFileName,
String attachmentMimeType,
String attachmentFileId) |
void |
ITrackerAppSoap.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Deprecated.
in favor of setArtifactData3
|
void |
TrackerAppSoapMockStub.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments)
Simulate a call to setArtifactData2
|
void |
TrackerAppSoapStub.setArtifactData2(String sessionId,
ArtifactSoapDO artifactData,
String comment,
AttachmentSoapDO[] attachments) |
Copyright © 2016 CollabNet. All Rights Reserved.