Uses of Interface
com.ibm.dbb.metadata.Attachment
-
Packages that use Attachment Package Description com.ibm.dbb.metadata -
-
Uses of Attachment in com.ibm.dbb.metadata
Methods in com.ibm.dbb.metadata that return Attachment Modifier and Type Method Description Attachment
BuildResult. getAttachment(java.lang.String name)
Retrieve an attachment from the build resultAttachment
BuildResult. getBuildReport()
Return the build report HTML for display purposeAttachment
BuildResult. getBuildReportData()
Return the build report JSON dataMethods in com.ibm.dbb.metadata that return types with arguments of type Attachment Modifier and Type Method Description java.util.List<Attachment>
BuildResult. getAttachments()
Get all attachments stored in this build result
-