MCPcopy Create free account
hub / github.com/MarquezProject/marquez / of

Method of

api/src/main/java/marquez/common/models/JobName.java:29–31  ·  view source on GitHub ↗
(final String value)

Source from the content-addressed store, hash-verified

27 }
28
29 public static JobName of(final String value) {
30 return new JobName(value);
31 }
32
33 public static class FromValue extends StdConverter<String, JobName> {
34 @Override

Callers 15

testGetLineageByJobMethod · 0.95
testJobMethod · 0.95
testJobWithVersionMethod · 0.95
newJobNameMethod · 0.95
newJobWithMethod · 0.95
createOrUpdateMethod · 0.95
markRunAsMethod · 0.95
toJobVersionIdMethod · 0.95
createOrUpdateMethod · 0.95
buildJobVersionIdMethod · 0.95
buildJobOutputMethod · 0.95

Calls

no outgoing calls

Tested by 6

testGetLineageByJobMethod · 0.76
testJobMethod · 0.76
testJobWithVersionMethod · 0.76
newJobNameMethod · 0.76
newJobWithMethod · 0.76