Class Commit2SoapDO

java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.ItemSoapDO
com.collabnet.ce.soap60.webservices.scm.Commit2SoapDO

public class Commit2SoapDO extends ItemSoapDO
This class represents the data associated with an SCM commit operation.
Since:
7.0.0.1
  • Field Details

  • Constructor Details

    • Commit2SoapDO

      public Commit2SoapDO()
  • Method Details

    • getCommitMessage

      public String getCommitMessage()
      Returns 'commitMessage'. The message provided by the user when creating the commit
      Returns:
      Value of 'commitMessage'.
    • setCommitMessage

      public void setCommitMessage(String commitMessage)
      Sets 'commitMessage'. The message provided by the user when creating the commit
      Parameters:
      commitMessage - Value of 'commitMessage'.
    • getCreatedByFullname

      public String getCreatedByFullname()
      Returns 'createdByFullname'. The full name of the user who created the commit
      Returns:
      Value of 'createdByFullname'.
    • setCreatedByFullname

      public void setCreatedByFullname(String createdByFullname)
      Sets 'createdByFullname'. The full name of the user who created the commit
      Parameters:
      createdByFullname - Value of 'createdByFullname'.
    • getFiles

      public ScmFile2SoapList getFiles()
      Returns 'files'. The files affected by this commit
      Returns:
      Value of 'files'.
    • setFiles

      public void setFiles(ScmFile2SoapList files)
      Sets 'files'. The files affected by this commit
      Parameters:
      files - Value of 'files'.
    • registerTypeMappings

      public static void registerTypeMappings(org.apache.axis.client.Call call)