public class GitHubSuccessResult extends AbstractSuccessResult implements MarketplaceResult
ResolveResult.Source
Constructor and Description |
---|
GitHubSuccessResult(@NotNull BaseResolver resolver,
@NotNull String downloadUrl,
@Nullable String fileName,
@Nullable String version,
@NotNull String repoName,
@NotNull String owner,
long size,
@NotNull String releaseName,
@NotNull String releaseBody,
long releaseId,
boolean isPreRelease) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
掲載されている紹介文を返します。
|
String |
getTitle()
掲載されているタイトル/名前を返します。
|
String |
getUrl()
掲載先のURLを返します.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDownloadUrl, getFileName, getVersion
getResolver
public GitHubSuccessResult(@NotNull @NotNull BaseResolver resolver, @NotNull @NotNull String downloadUrl, @Nullable @Nullable String fileName, @Nullable @Nullable String version, @NotNull @NotNull String repoName, @NotNull @NotNull String owner, long size, @NotNull @NotNull String releaseName, @NotNull @NotNull String releaseBody, long releaseId, boolean isPreRelease)
@Nonnull public String getTitle()
MarketplaceResult
getTitle
in interface MarketplaceResult
@Nonnull public String getUrl()
MarketplaceResult
getUrl
in interface MarketplaceResult
@Nonnull public String getDescription()
MarketplaceResult
getDescription
in interface MarketplaceResult
Copyright © 2023. All rights reserved.