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
The setters in the model classes (i.e. BaseModel, Build, Job etc) should follow the Fluent-API pattern and return the object itself instead of void to allow the client calls like "artifact.setJenkinsServer(server).setClient(client);"