com.togethersoft.openapi.vcs
Interface VcsProviderEvent
- public interface VcsProviderEvent
- Author:
- TogetherSoft
- Stereotype new
PROCESSING
public final static int PROCESSING
RECEIVE
public final static int RECEIVE
SEND
public final static int SEND
getAmountPerformed
public int getAmountPerformed()
- Returns: part of work that is already performed related to total amount of work that is returned by
int getAmountTotal(); method
getAmountTotal
public int getAmountTotal()
- Returns: total amount of work to be performed
getOpCode
public int getOpCode()
- Returns: operation code
SEND, RECEIVE or PROCESSING
getOpName
public String getOpName()
- Returns: operation name