public class StashCreateRepositoryRequest extends Object
Constructor and Description |
---|
StashCreateRepositoryRequest() |
StashCreateRepositoryRequest(String name,
String projectKey,
String repositoryKey,
String repositoryUrl,
String branchName,
boolean enableRSS) |
Modifier and Type | Method and Description |
---|---|
String |
getBranchName() |
String |
getName() |
String |
getProjectKey() |
String |
getRepositoryKey() |
String |
getRepositoryUrl() |
boolean |
isEnableRSS() |
void |
setName(String name) |
void |
setProjectKey(String projectKey) |
void |
setRepositoryKey(String repositoryKey) |
void |
setRepositoryUrl(String repositoryUrl) |
public String getProjectKey()
public void setProjectKey(String projectKey)
public String getRepositoryKey()
public void setRepositoryKey(String repositoryKey)
public String getName()
public void setName(String name)
public String getRepositoryUrl()
public void setRepositoryUrl(String repositoryUrl)
public String getBranchName()
public boolean isEnableRSS()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.