com.soasta.jenkins
Class Message
java.lang.Object
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).
Message
public Message()
Message
public Message(String type,
String clipName,
String content)
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.