public abstract class AbstractGcsUploadReport extends Object implements hudson.model.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() |
hudson.model.Actionable |
getParent() |
abstract Set<String> |
getStorageObjects() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public hudson.model.Actionable getParent()
@Nullable public abstract Integer getBuildNumber()
public abstract Set<String> getStorageObjects()
Copyright © 2016–2017. All rights reserved.