@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 |
|---|---|
boolean |
equals(Object o) |
@NotNull String |
getBranch() |
Long |
getId() |
String |
getLogFilename() |
@NotNull String |
getRevision() |
VcsLocationBambooSpecsState.SpecsImportState |
getSpecImportState() |
Date |
getSpecsExecutionDate() |
long |
getVcsLocationId() |
int |
hashCode() |
boolean |
isSpecsNotFound() |
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 |
setSpecsNotFound(boolean specsNotFound) |
void |
setVcsLocationId(long vcsLocationId) |
String |
toString() |
void |
updateDataAfterSpecImport(String logFilename,
VcsLocationBambooSpecsState.SpecsImportState specsImportState) |
public void setId(Long id)
public Long getId()
getId in interface ImmutableVcsLocationBambooSpecsState@NotNull public @NotNull String getRevision()
getRevision in interface ImmutableVcsLocationBambooSpecsStatepublic void setRevision(String specsRevInRepo)
setRevision in interface VcsLocationBambooSpecsStatepublic long getVcsLocationId()
getVcsLocationId in interface ImmutableVcsLocationBambooSpecsStatepublic void setVcsLocationId(long vcsLocationId)
@NotNull public @NotNull 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 boolean isSpecsNotFound()
isSpecsNotFound in interface ImmutableVcsLocationBambooSpecsStatepublic void setSpecsNotFound(boolean specsNotFound)
setSpecsNotFound in interface VcsLocationBambooSpecsStatepublic void updateDataAfterSpecImport(String logFilename, VcsLocationBambooSpecsState.SpecsImportState specsImportState)
updateDataAfterSpecImport in interface VcsLocationBambooSpecsStateCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.