This allows creating/updating ArtifactBuild with ArtifactType.(type) and ArtifactBuildState.(state), it previously requires us to do that with ArtifactType.(type).value and ArtifactBuildState.(state).value.
rebased onto f6a12d9f803eed15507c101b1244b0e684e0fc23
Looks good for me :thumbsup: This looks like a real enum :smile:
+1
Commit 23a129dc fixes this pull-request
Pull-Request has been merged by jkaluza
This allows creating/updating ArtifactBuild with ArtifactType.(type) and
ArtifactBuildState.(state), it previously requires us to do that with
ArtifactType.(type).value and ArtifactBuildState.(state).value.