src/main/java/ProjectFactory.java [50:57]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    .withName(projectName)
                    .withDescription(description)
                    .withSource(source)
                    .withArtifacts(artifacts)
                    .withEnvironment(environment)
                    .withServiceRole(serviceIAMRole)
                    .withTimeoutInMinutes(parseInt(timeout))
                    .withEncryptionKey(encryptionKey));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/ProjectFactory.java [62:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    .withName(projectName)
                    .withDescription(description)
                    .withSource(source)
                    .withArtifacts(artifacts)
                    .withEnvironment(environment)
                    .withServiceRole(serviceIAMRole)
                    .withTimeoutInMinutes(parseInt(timeout))
                    .withEncryptionKey(encryptionKey));
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



