Java org.eclipse.jgit.internal.ketch Proposal fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.internal.ketch Proposal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.internal.ketch Proposal.

The text is from its open source code.

Constructor

Proposal(List cmds)
Create a proposal from a list of Ketch commands.

Method

booleanawait(long wait, TimeUnit unit)
Wait for the proposal to be attempted and #isDone() to be true.
booleanawaitStateChange(State notIn, long wait, TimeUnit unit)
Wait for the proposal to exit a state.
StategetState()
Read the current state of the proposal.
booleanisDone()
Whether the proposal was attempted