Class Log
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_tekton_pipeline.v2.model.Log
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Log extends com.ibm.cloud.sdk.core.service.model.GenericModelLog data for Tekton pipeline run steps.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHref()Gets the href.java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.
-
-
-
Method Detail
-
getHref
public java.lang.String getHref()
Gets the href. API for getting log content.- Returns:
- the href
-
getId
public java.lang.String getId()
Gets the id. Step log ID.- Returns:
- the id
-
getName
public java.lang.String getName()
Gets the name. <podName>/<containerName> of this log.- Returns:
- the name
-
-