Decision Center API

ilog.rules.teamserver.brm
Interface IlrMergeReport

All Superinterfaces:
Cloneable, IlrBasicModelElement, ilog.rules.teamserver.model.IlrCompositeObject, ilog.rules.commonbrm.model.IlrElement, IlrElementDetails, IlrElementHandle, IlrElementSummary, IlrModelElement, Serializable

public interface IlrMergeReport
extends IlrModelElement

A representation of the model object 'Merge Report'.

The following features are supported:

See Also:
IlrBrmPackage.getMergeReport()

Method Summary
 IlrRuleProject getProject()
          Returns the value of the 'Project' reference.
 String getSourceBranch()
          Returns the value of the 'Source Branch' attribute.
 String getTargetBranch()
          Returns the value of the 'Target Branch' attribute.
 byte[] getValue()
          Returns the value of the 'Value' attribute.
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrModelElement
getName, getUuid
 
Methods inherited from interface ilog.rules.teamserver.brm.IlrBasicModelElement
getCreatedBy, getCreatedOn, getLastChangedBy, getLastChangedOn
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementDetails
cloneElement, getContainer, getRawValue, setRawValue, setRawValueNoCheck
 
Methods inherited from interface ilog.rules.teamserver.model.IlrElementHandle
eClass, equals, equals, getModelInfo, getSession, getType, getValue, hashCode, isNew, toIdString
 
Methods inherited from interface ilog.rules.commonbrm.model.IlrElement
getPropertyValue, getPropertyValue, isInstanceOf
 

Method Detail

getProject

IlrRuleProject getProject()
                          throws IlrObjectNotFoundException
Returns the value of the 'Project' reference.

If the meaning of the 'Project' reference isn't clear, there really should be more of a description here...

Throws:
IlrObjectNotFoundException
Returns:
the value of the 'Project' reference.
See Also:
IlrBrmPackage.getMergeReport_Project()

getSourceBranch

String getSourceBranch()
Returns the value of the 'Source Branch' attribute.

If the meaning of the 'Source Branch' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Source Branch' attribute.
See Also:
IlrBrmPackage.getMergeReport_SourceBranch()

getTargetBranch

String getTargetBranch()
Returns the value of the 'Target Branch' attribute.

If the meaning of the 'Target Branch' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Branch' attribute.
See Also:
IlrBrmPackage.getMergeReport_TargetBranch()

getValue

byte[] getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
IlrBrmPackage.getMergeReport_Value()

Decision Center API

© Copyright IBM Corp. 1987, 2013