Class PromoteImage
- java.lang.Object
-
- com.cdancy.artifactory.rest.domain.docker.PromoteImage
-
public abstract class PromoteImage extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleancopy()static PromoteImagecreate(String targetRepo, String dockerRepository, String tag, String targetTag, boolean copy)abstract StringdockerRepository()abstract Stringtag()abstract StringtargetRepo()abstract StringtargetTag()
-