Class RemoteArtifacts
- java.lang.Object
-
- jetbrains.buildServer.serverSide.artifacts.RemoteArtifacts
-
public class RemoteArtifacts extends Object
Represents a collection of remote build artifacts of a particular type- Since:
- 2022.08
-
-
Constructor Summary
Constructors Constructor Description RemoteArtifacts(String type, List<RemoteArtifact> artifacts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RemoteArtifact>
getArtifacts()
String
getType()
-
-
-
Constructor Detail
-
RemoteArtifacts
public RemoteArtifacts(@NotNull String type, @NotNull List<RemoteArtifact> artifacts)
-
-
Method Detail
-
getType
@NotNull public String getType()
-
getArtifacts
@NotNull public List<RemoteArtifact> getArtifacts()
-
-