Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testGetLineageByJob
Method · 0.95
testGetLineagePointInTime
Method · 0.95
testJob
Method · 0.95
testJobWithVersion
Method · 0.95
newJobName
Method · 0.95
newJobWith
Method · 0.95
createOrUpdate
Method · 0.95
markRunAs
Method · 0.95
toJobVersionId
Method · 0.95
createOrUpdate
Method · 0.95
buildJobVersionId
Method · 0.95
buildJobOutput
Method · 0.95
Calls
no outgoing calls
Tested by
6
testGetLineageByJob
Method · 0.76
testGetLineagePointInTime
Method · 0.76
testJob
Method · 0.76
testJobWithVersion
Method · 0.76
newJobName
Method · 0.76
newJobWith
Method · 0.76