Class BaseDeployedArtifact<D extends DeployableArtifact,​C extends Container>

    • Constructor Detail

      • BaseDeployedArtifact

        public BaseDeployedArtifact()
    • Method Detail

      • getFile

        public com.xebialabs.overthere.OverthereFile getFile()
        Specified by:
        getFile in interface Artifact
        Returns:
        A representation of a file that can be access through an Overthere connection.
      • setFile

        public void setFile​(com.xebialabs.overthere.OverthereFile file)
        Specified by:
        setFile in interface Artifact
        Parameters:
        file - A representation of a file that can be access through an Overthere connection.