@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 VcsLocationBambooSpecsState
public String getRevision()
getRevision
in interface VcsLocationBambooSpecsState
public void setRevision(String specsRevInRepo)
setRevision
in interface VcsLocationBambooSpecsState
public long getVcsLocationId()
getVcsLocationId
in interface VcsLocationBambooSpecsState
public void setVcsLocationId(long vcsLocationId)
public String getBranch()
getBranch
in interface VcsLocationBambooSpecsState
public void setBranch(String branch)
public Date getSpecsExecutionDate()
getSpecsExecutionDate
in interface VcsLocationBambooSpecsState
public String getLogFilename()
getLogFilename
in interface VcsLocationBambooSpecsState
public VcsLocationBambooSpecsState.SpecsImportState getSpecImportState()
getSpecImportState
in interface VcsLocationBambooSpecsState
public 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 VcsLocationBambooSpecsState
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.