|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SyncIssue
Class representing a sync issue. The goal is to make these issues not fail the sync but instead report them at the end of a successful sync.
| Field Summary | |
|---|---|
static int |
SEVERITY_ERROR
|
static int |
SEVERITY_WARNING
|
static int |
TYPE_BUILD_TOOLS_TOO_LOW
|
static int |
TYPE_DEPENDENCY_IS_APK
|
static int |
TYPE_DEPENDENCY_IS_APKLIB
|
static int |
TYPE_GENERIC
|
static int |
TYPE_GRADLE_TOO_OLD
|
static int |
TYPE_JACK_IS_NOT_SUPPORTED
|
static int |
TYPE_JACK_REQUIRED_FOR_JAVA_8_LANGUAGE_FEATURES
|
static int |
TYPE_JAR_DEPEND_ON_AAR
|
static int |
TYPE_MAX
|
static int |
TYPE_MISMATCH_DEP
Mismatch dependency version between tested and test app. |
static int |
TYPE_NON_JAR_LOCAL_DEP
|
static int |
TYPE_NON_JAR_PACKAGE_DEP
|
static int |
TYPE_NON_JAR_PROVIDED_DEP
|
static int |
TYPE_OPTIONAL_LIB_NOT_FOUND
|
static int |
TYPE_PLUGIN_OBSOLETE
|
static int |
TYPE_UNRESOLVED_DEPENDENCY
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Returns the data of the issue. |
java.lang.String |
getMessage()
Returns the a user-readable message for the issue. |
int |
getSeverity()
Returns the severity of the issue. |
int |
getType()
Returns the type of the issue. |
| Field Detail |
|---|
static final int SEVERITY_WARNING
static final int SEVERITY_ERROR
static final int TYPE_GENERIC
static final int TYPE_PLUGIN_OBSOLETE
static final int TYPE_UNRESOLVED_DEPENDENCY
static final int TYPE_DEPENDENCY_IS_APK
static final int TYPE_DEPENDENCY_IS_APKLIB
static final int TYPE_NON_JAR_LOCAL_DEP
static final int TYPE_NON_JAR_PACKAGE_DEP
static final int TYPE_NON_JAR_PROVIDED_DEP
static final int TYPE_JAR_DEPEND_ON_AAR
static final int TYPE_MISMATCH_DEP
static final int TYPE_OPTIONAL_LIB_NOT_FOUND
static final int TYPE_JACK_IS_NOT_SUPPORTED
static final int TYPE_GRADLE_TOO_OLD
static final int TYPE_BUILD_TOOLS_TOO_LOW
static final int TYPE_JACK_REQUIRED_FOR_JAVA_8_LANGUAGE_FEATURES
static final int TYPE_MAX
| Method Detail |
|---|
int getSeverity()
int getType()
@Nullable java.lang.String getData()
@NonNull java.lang.String getMessage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||