TriggeredJobHistoryInner Class

public final class TriggeredJobHistoryInner
extends ProxyOnlyResource

Triggered Web Job History. List of Triggered Web Job Run Information elements.

Constructor Summary

Constructor Description
TriggeredJobHistoryInner()

Creates an instance of TriggeredJobHistoryInner class.

Method Summary

Modifier and Type Method and Description
List<TriggeredJobRun> runs()

Get the runs property: List of triggered web job runs.

void validate()

Validates the instance.

TriggeredJobHistoryInner withKind(String kind)

Set the kind property: Kind of resource.

TriggeredJobHistoryInner withRuns(List<TriggeredJobRun> runs)

Set the runs property: List of triggered web job runs.

Methods inherited from ProxyResource

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

TriggeredJobHistoryInner

public TriggeredJobHistoryInner()

Creates an instance of TriggeredJobHistoryInner class.

Method Details

runs

public List runs()

Get the runs property: List of triggered web job runs.

Returns:

the runs value.

validate

public void validate()

Validates the instance.

Overrides:

TriggeredJobHistoryInner.validate()

withKind

public TriggeredJobHistoryInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

TriggeredJobHistoryInner.withKind(String kind)

Parameters:

kind

withRuns

public TriggeredJobHistoryInner withRuns(List runs)

Set the runs property: List of triggered web job runs.

Parameters:

runs - the runs value to set.

Returns:

the TriggeredJobHistoryInner object itself.

Applies to