jkaluza / freshmaker

Forked from freshmaker 7 years ago
Clone

f6a12d9 Allow use enum type name while creating ArtifactBuild

Authored and Committed by qwan 6 years ago
    Allow use enum type name while creating ArtifactBuild
    
    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.
    
        
file modified
+4 -0
file modified
+5 -5