You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sechub-developertools is a gradle subprojects
only containing tools for SecHub development. It is not intended to be used in production.
Warning
No other gradle submodule shall have this project as a dependency!
Content
DAUI
The Developer Administration UI (DAUI) is a simple quick and dirty administration client which will reuse parts
from sechub-integration—test (for example REST api access, URL building).
Every single feature we implement, is available at this simple UI from the beginning.
It is extreme simple to extend.
Tip
Look into
/sechub-developertools/src/main/java/com/mercedesbenz/sechub/developertools/admin/ui/action/job/GetJobStatusAction.java
for an example how you can simply implement a feature.
Build
Inside sechub root folder execute:
./gradlew :sechub-developertools:bootJar
This will build
/sechub-developertools/build/libs/sechub-developertools-0.0.0.jar