com.soasta.jenkins
Class Message

java.lang.Object
  extended by com.soasta.jenkins.Message

public class Message
extends Object

This class contains the results sent back from a composition run. Currently, it holds the messages for things either of type "validation-pass" or "validation-fail". It also stores the name of the clip associated with the message (if there is one).


Constructor Summary
Message()
           
Message(String type, String clipName, String content)
           
 
Method Summary
 String getClipName()
           
 String getContent()
           
 String getType()
           
 void setClipName(String clipName)
           
 void setContent(String content)
           
 void setType(String type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Message

public Message()

Message

public Message(String type,
               String clipName,
               String content)
Method Detail

setContent

public void setContent(String content)

getContent

public String getContent()

setType

public void setType(String type)

getType

public String getType()

setClipName

public void setClipName(String clipName)

getClipName

public String getClipName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2014. All Rights Reserved.