public class CleanStatus extends Object
Constructor and Description |
---|
CleanStatus(boolean untracked,
boolean uncommitted,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
boolean |
isClean() |
boolean |
isNotClean() |
boolean |
isUncommitted() |
boolean |
isUntracked() |
public CleanStatus(boolean untracked, boolean uncommitted, String message)
public boolean isClean()
public boolean isNotClean()
public boolean isUntracked()
public boolean isUncommitted()
public String getMessage()
Copyright © 2017 Atlassian. All rights reserved.