Class StepLog

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class StepLog
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Logs for a Tekton pipeline run step.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getData()
      Gets the data.
      java.lang.String getId()
      Gets the id.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getData

        public java.lang.String getData()
        Gets the data. The raw log content of the step. Only included when fetching an individual log object.
        Returns:
        the data
      • getId

        public java.lang.String getId()
        Gets the id. Step log ID.
        Returns:
        the id