Exemplo n.º 1
0
 public static string GetMessage(this PipelineHistory pipelineHistory)
 {
     return(pipelineHistory.GetProperty <string>("Message"));
 }
Exemplo n.º 2
0
 public static string GetLogs(this PipelineHistory pipelineHistory)
 {
     return(pipelineHistory.GetProperty <string>("Logs"));
 }