Package | Description |
---|---|
com.google.gwt.dev.codeserver |
Modifier and Type | Method and Description |
---|---|
JobEvent.CompileStrategy |
JobEvent.getCompileStrategy()
Returns the strategy used to perform the compile or null if not available.
|
static JobEvent.CompileStrategy |
JobEvent.CompileStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEvent.CompileStrategy[] |
JobEvent.CompileStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobEvent.Builder.setCompileStrategy(JobEvent.CompileStrategy compileStrategy)
The strategy used to perform the compile.
|
Copyright © 2018. All rights reserved.