IssueContract.UpdateStages.WithState Interface

public static interface IssueContract.UpdateStages.WithState

The stage of the issuecontract update allowing to specify State.

Method Summary

Modifier and Type Method and Description
abstract Update withState(State state)

Specifies state.

Method Details

withState

public abstract IssueContract.Update withState(State state)

Specifies state.

Parameters:

state - Status of the issue. Possible values include: 'proposed', 'open', 'removed', 'resolved', 'closed'

Returns:

the next update stage

Applies to