Class RemoteArtifact
- java.lang.Object
-
- jetbrains.buildServer.serverSide.artifacts.RemoteArtifact
-
public class RemoteArtifact extends Object
Represents remote build artifacts- Since:
- 2022.08
-
-
Constructor Summary
Constructors Constructor Description RemoteArtifact(String type, Map<String,String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Map<String,String>
getAttributes()
String
getType()
int
hashCode()
-