Package sonia.scm.initialization
Interface InitializationStep
Deprecated, for removal: This API element is subject to removal in a future version.
Limited use for Plugin Development, see as internal
-
Method Summary
Modifier and TypeMethodDescriptionboolean
done()
Deprecated, for removal: This API element is subject to removal in a future version.name()
Deprecated, for removal: This API element is subject to removal in a future version.int
sequence()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
name
String name()Deprecated, for removal: This API element is subject to removal in a future version. -
sequence
int sequence()Deprecated, for removal: This API element is subject to removal in a future version. -
done
boolean done()Deprecated, for removal: This API element is subject to removal in a future version.
-