Class LinkUtils
java.lang.Object
org.jenkinsci.plugins.dockerbuildstep.util.LinkUtils
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringasString(com.github.dockerjava.api.model.Links links) static com.github.dockerjava.api.model.LinksparseLinks(String linksStr)  
- 
Field Details
- 
ALIAS_SEPARATOR
- See Also:
 
 - 
LINK_SEPARATOR
- See Also:
 
 
 - 
 - 
Constructor Details
- 
LinkUtils
public LinkUtils() 
 - 
 - 
Method Details
- 
parseLinks
public static com.github.dockerjava.api.model.Links parseLinks(String linksStr) throws IllegalArgumentException - Throws:
 IllegalArgumentException
 - 
asString
 
 -