@Entity public class VcsLocationBambooSpecsStateImpl extends Object implements VcsLocationBambooSpecsState
VcsLocationBambooSpecsState.SpecsImportState| Constructor and Description |
|---|
VcsLocationBambooSpecsStateImpl() |
VcsLocationBambooSpecsStateImpl(long vcsLocationId,
String branch,
String revision) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBranch() |
Long |
getId() |
String |
getLogFilename() |
String |
getRevision() |
VcsLocationBambooSpecsState.SpecsImportState |
getSpecImportState() |
Date |
getSpecsExecutionDate() |
long |
getVcsLocationId() |
void |
setBranch(String branch) |
void |
setId(Long id) |
void |
setLogFilename(String logFilename) |
void |
setRevision(String specsRevInRepo) |
void |
setSpecsExecutionDate(Date specsExecutionDate) |
void |
setSpecsImportState(VcsLocationBambooSpecsState.SpecsImportState specsImportState) |
void |
setVcsLocationId(long vcsLocationId) |
void |
updateDataAfterSpecImport(String logFilename,
VcsLocationBambooSpecsState.SpecsImportState specsImportState) |
public void setId(Long id)
public Long getId()
getId in interface ImmutableVcsLocationBambooSpecsStatepublic String getRevision()
getRevision in interface ImmutableVcsLocationBambooSpecsStatepublic void setRevision(String specsRevInRepo)
setRevision in interface VcsLocationBambooSpecsStatepublic long getVcsLocationId()
getVcsLocationId in interface ImmutableVcsLocationBambooSpecsStatepublic void setVcsLocationId(long vcsLocationId)
public String getBranch()
getBranch in interface ImmutableVcsLocationBambooSpecsStatepublic void setBranch(String branch)
public Date getSpecsExecutionDate()
getSpecsExecutionDate in interface ImmutableVcsLocationBambooSpecsStatepublic String getLogFilename()
getLogFilename in interface ImmutableVcsLocationBambooSpecsStatepublic VcsLocationBambooSpecsState.SpecsImportState getSpecImportState()
getSpecImportState in interface ImmutableVcsLocationBambooSpecsStatepublic void setSpecsExecutionDate(Date specsExecutionDate)
public void setLogFilename(String logFilename)
public void setSpecsImportState(VcsLocationBambooSpecsState.SpecsImportState specsImportState)
public void updateDataAfterSpecImport(String logFilename, VcsLocationBambooSpecsState.SpecsImportState specsImportState)
updateDataAfterSpecImport in interface VcsLocationBambooSpecsStateCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.