public class RequestedArtifacts extends Object implements WhitelistedSerializable
Modifier and Type | Class and Description |
---|---|
static class |
RequestedArtifacts.Request |
Constructor and Description |
---|
RequestedArtifacts() |
Modifier and Type | Method and Description |
---|---|
void |
addRequest(int keyIndex,
ArtifactDefinitionContext artifactContext,
String localPath) |
Collection<RequestedArtifacts.Request> |
getAllRequests() |
List<RequestedArtifacts.Request> |
getRequestsForKeyIndex(int keyIndex) |
public List<RequestedArtifacts.Request> getRequestsForKeyIndex(int keyIndex)
public Collection<RequestedArtifacts.Request> getAllRequests()
public void addRequest(int keyIndex, ArtifactDefinitionContext artifactContext, String localPath)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.