public abstract class AbstractGcsUploadReport extends Object implements Action
BuildGcsUploadReport
and ProjectGcsUploadReport
. See
ProjectGcsUploadReport
for details on why we will need at least two different kind of
reports.ProjectGcsUploadReport
Modifier and Type | Method and Description |
---|---|
abstract Set<String> |
getBuckets() |
abstract Integer |
getBuildNumber() |
String |
getDisplayName() |
String |
getIconFileName() |
Actionable |
getParent() |
abstract Set<String> |
getStorageObjects() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName
in interface Action
public String getDisplayName()
getDisplayName
in interface Action
getDisplayName
in interface ModelObject
public String getUrlName()
getUrlName
in interface Action
public Actionable getParent()
@Nullable public abstract Integer getBuildNumber()
public abstract Set<String> getStorageObjects()
Copyright © 2016–2019. All rights reserved.